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

_CRYPT_OID_INFO

Declaration

Source position: jwawincrypt.pas line 5346

type _CRYPT_OID_INFO = record

  cbSize: DWORD;

  pszOID: LPCSTR;

  pwszName: LPCWSTR;

  dwGroupId: DWORD;

  Union: record

    case Integer of

      0: (

          dwValue: DWORD;

        );

      1: (

          Algid: ALG_ID;

        );

      2: (

          dwLength: DWORD;

        );

  end;

  ExtraInfo: CRYPT_DATA_BLOB;

end;


Documentation generated on: 2023-03-18