Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Security Namespace / SecurityUtils Class / GetOCSPURL Method

In This Topic
    GetOCSPURL Method
    In This Topic
    Returns the OCSP URL from the certificate.
    Syntax
    'Declaration
     
    Public Shared Function GetOCSPURL( _
       ByVal certificate As System.Security.Cryptography.X509Certificates.X509Certificate2 _
    ) As System.String
    public static System.string GetOCSPURL( 
       System.Security.Cryptography.X509Certificates.X509Certificate2 certificate
    )

    Parameters

    certificate
    See Also