ICertEncodeSampleStructure1::Encode

The Encode method performs ASN encoding on a CERT_SAMPLE_STRUCTURE1_INFO structure stored in the COM object and returns the ASN encoded structure.

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

Parameters

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

Return Values

Returns the ASN encoded CERT_SAMPLE_STRUCTURE1_INFO structure.

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.