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.


© 1997 by Microsoft Corporation. All rights reserved.