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
);
Returns the binary string value in the blobField4 field.
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.