CertificateRevocationListBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Facilitates building a Certificate Revocation List (CRL).
public ref class CertificateRevocationListBuilder sealed
public sealed class CertificateRevocationListBuilder
type CertificateRevocationListBuilder = class
Public NotInheritable Class CertificateRevocationListBuilder
- Inheritance
-
CertificateRevocationListBuilder
Constructors
CertificateRevocationListBuilder() |
Initializes a new instance of the CertificateRevocationListBuilder class. |
Methods
AddEntry(Byte[], Nullable<DateTimeOffset>, Nullable<X509RevocationReason>) |
Adds the specified serial number to the revocation list with an optional revocation time and an optional revocation reason. |
AddEntry(ReadOnlySpan<Byte>, Nullable<DateTimeOffset>, Nullable<X509RevocationReason>) |
Adds the specified serial number to the revocation list with an optional revocation time and an optional revocation reason. |
AddEntry(X509Certificate2, Nullable<DateTimeOffset>, Nullable<X509RevocationReason>) |
Adds the specified certificate to the revocation list with an optional revocation time and an optional revocation reason. |
Build(X500DistinguishedName, X509SignatureGenerator, BigInteger, DateTimeOffset, HashAlgorithmName, X509AuthorityKeyIdentifierExtension, Nullable<DateTimeOffset>) |
Builds a Certificate Revocation List (CRL). |
Build(X509Certificate2, BigInteger, DateTimeOffset, HashAlgorithmName, RSASignaturePadding, Nullable<DateTimeOffset>) |
Builds a Certificate Revocation List (CRL) signed by the specified certificate. |
BuildCrlDistributionPointExtension(IEnumerable<String>, Boolean) |
Builds a CRL Distribution Point Extension with the specified retrieval URIs. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
Load(Byte[], BigInteger) |
Decodes the specified Certificate Revocation List (CRL) and produces a CertificateRevocationListBuilder with all of the revocation entries from the decoded CRL. |
Load(ReadOnlySpan<Byte>, BigInteger, Int32) |
Decodes the specified Certificate Revocation List (CRL) and produces a CertificateRevocationListBuilder with all of the revocation entries from the decoded CRL. |
LoadPem(ReadOnlySpan<Char>, BigInteger) |
Decodes the specified Certificate Revocation List (CRL) and produces a CertificateRevocationListBuilder with all of the revocation entries from the decoded CRL. |
LoadPem(String, BigInteger) |
Decodes the specified Certificate Revocation List (CRL) and produces a CertificateRevocationListBuilder with all of the revocation entries from the decoded CRL. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
RemoveEntry(Byte[]) |
Removes the specified serial number from the revocation list. |
RemoveEntry(ReadOnlySpan<Byte>) |
Removes the specified serial number from the revocation list. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |