ICertEncodeSampleStructure1::GetBinaryField4

The GetBinaryField4 method returns the binary value contained in the blobField4 field of the CERT_SAMPLE_STRUCTURE1_INFO structure.

[VB] BSTR GetBinaryField4(void);
 
[JAVA] java.lang.String GetBinaryField4(void);
 
[C++] HRESULT GetBinaryField4(
  BSTR *pstrBinary          // out, return value
);
 

Parameters

[C++] pstrBinary
Points to the return value. See Return Values.

Return Values

Returns the binary string value in the blobField4 field.

QuickInfo

  Windows NT: Requires version 5.0 or later (or version 4.0 with the Windows NT 4.0 Option Pack).
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in certenc.h.
  Import Library: Use certidl.lib.