The Encode method performs ASN encoding on a CRL distribution information array stored in the COM object and returns the ASN encoded array. The Reset method must first be used to size the array, and the SetNameCount and SetNameEntry methods must be called to set each element in each distribution point structure.
[VB] BSTR Encode(void); [JAVA] java.lang.String Encode(void); [C++] HRESULT Encode( BSTR * pstrBinary // out );
Returns the ASN encoded CRL distribution information array.