Decode

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

Return Values

This method does not return a value.


© 1997 by Microsoft Corporation. All rights reserved.