The GetCRL method gets a pointer to the current certificate revocation list (CRL) for the certificate server.
[VB] BSTR GetCRL( BSTR strConfig, long Flags ); [JAVA] java.lang.String GetCRL( java.lang.String strConfig, int Flags ); [C++] HRESULT GetCRL( BSTR const strConfig, // in LONG Flags, // in BSTR * pstrCRL // out, return value );
CRL Format Flag | Description |
---|---|
CR_OUT_BASE64HEADER | BASE64 format with begin/end. |
CR_OUT_BASE64 | BASE64 format without begin/end. |
CR_OUT_BINARY | Binary format. |
Returns the CRL.