[]
The security utility class.
public static class SecurityUtils
Public Module SecurityUtils
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. |