[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Security.SecurityUtils

SecurityUtils Class

The security utility class.

Inheritance
SecurityUtils
Namespace: GrapeCity.Documents.Pdf.Security
Assembly: DS.Documents.Pdf.dll
Syntax
public static class SecurityUtils
Public Module SecurityUtils

Methods

Name Description
GetCRL(Uri)

Downloads the CRL from a specified URL.

GetCRLURL(X509Certificate2)

Returns the URL of the Certificate Revocation List(CRL) for a certificate.

GetCertificateChain(byte[], string, X509RevocationMode, X509VerificationFlags)

Builds the chain of certificates from a byte array.

GetCertificateChain(string, string, X509RevocationMode, X509VerificationFlags)

Builds the chain of certificates from a specified file.

GetOCSP(X509Certificate2, X509Certificate2, string)

Returns the OCSP for specified certificate.

GetOCSPURL(X509Certificate2)

Returns the OCSP URL from the certificate.