The Decode method decodes an ASN encoded bit string and stores the resulting bit string in the COM object.
[VB] void Decode( BSTR strBinary ); [JAVA] void Decode( java.lang.String strBinary ); [C++] HRESULT Decode( BSTR const strBinary // in );
This method does not return a value.