[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.SecurityUtils.GetCRL

GetCRL Method

GetCRL(Uri)

Downloads the CRL from a specified URL.

Declaration
public static byte[] GetCRL(Uri uri)
Public Shared Function GetCRL(uri As Uri) As Byte()
Parameters
Type Name Description
Uri uri

The target URL.

Returns
Type Description
byte[]

The CRL or null if the CRL could not be obtained from the specified URL.