ICertEncodeLongArray::Decode

The Decode method decodes an ASN encoded long array and stores the resulting array of longs 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 long array.

Return Values

This method does not return a value.

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.