Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

Decode

The Decode method decodes an ASN encoded CERT_SAMPLE_STRUCTURE1_INFO structure and stores the resulting structure in the COM object.

[VB] void Decode(
  BSTR strBinary 
);
 
[JAVA] void Decode(
  java.lang.String strBinary  
);
 
[C++] HRESULT Decode(
  BSTR const strBinary  // in
);
 

Parameters

[VB][JAVA][C++] strBinary
Points to an ASN encoded CERT_SAMPLE_STRUCTURE1_INFO structure.

Return Values

This method does not return a value.


Share this article: