Encode

The Encode method performs ASN encoding on an alternate name array stored in the COM object and returns the array of ASN encoded strings. The Reset method must first be used to size the array, and the SetNameEntry method must be called to set each array element.

[VB] BSTR Encode(void);
 
[JAVA] java.lang.String Encode(void);
 
[C++] HRESULT Encode(
  BSTR * pstrBinary  // out
);
 

Parameters

[C++] pstrBinary
Points to the return value. See Return Values.

Return Values

Returns the ASN encoded alternate name array.


© 1997 by Microsoft Corporation. All rights reserved.