The GetName method returns the name at a specified index of a CRL distribution information point.
[VB] BSTR GetName( long DistPointIndex, long NameIndex ); [JAVA] java.lang.String GetName( int DistPointIndex, int NameIndex ); [C++] HRESULT GetName( LONG DistPointIndex, // in LONG NameIndex, // in BSTR * pstrName // out, return value );
Returns the name at the specified index into the specified distribution point. The return value is a Unicode string.