Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / SecurityUtils Class / GetCRL Method
The target URL.

In This Topic
    GetCRL Method
    In This Topic
    Downloads the CRL from a specified URL.
    Syntax
    'Declaration
     
    Public Shared Function GetCRL( _
       ByVal uri As System.Uri _
    ) As System.Byte()
    public static System.byte[] GetCRL( 
       System.Uri uri
    )

    Parameters

    uri
    The target URL.

    Return Value

    The CRL or a null reference (Nothing in Visual Basic) if the CRL could not be obtained from the specified URL.
    See Also