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 CRL distribution information array and stores the resulting array 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 CRL distribution information array.

Return Values

This method does not return a value.


Share this article: