Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

_CERT_ID

Declaration

Source position: jwawincrypt.pas line 5635

type _CERT_ID = record

  dwIdChoice: DWORD;

  case Integer of

    0: (

        IssuerSerialNumber: CERT_ISSUER_SERIAL_NUMBER;

      );

    1: (

        KeyId: CRYPT_HASH_BLOB;

      );

    2: (

        HashId: CRYPT_HASH_BLOB;

      );

end;


Documentation generated on: 2023-03-18