X509CertificateTrustListBuilder Class |
Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
The X509CertificateTrustListBuilder type exposes the following members.
| Name | Description | |
|---|---|---|
| X509CertificateTrustListBuilder |
Initializes a new instance of X509CertificateTrustListBuilder | |
| X509CertificateTrustListBuilder(X509CertificateTrustList) |
Initializes a new instance of X509CertificateTrustListBuilder from existing trust list. All data from existing
list is copied to builder.
|
| Name | Description | |
|---|---|---|
| Entries |
Gets a collection of trust list entries associated with trust list.
| |
| HashAlgorithm |
Gets or sets the hashing algorithm used to create trust list entries. Default algorithm is SHA1.
| |
| ListIdentifier |
Gets or sets the trust list identifier. Often, it is a friendly name of the list.
| |
| NextUpdate |
Gets or sets the expiration date and time for trust list. If not set, trust list is valid indefinitely.
| |
| SequenceNumber |
Gets or sets the monotonically increasing number for each update of the CTL.
| |
| SubjectUsages |
Gets a list that identifies the intended usage of the list as a sequence of object identifiers. This is the same as in
the Enhanced Key Usage extension.
| |
| ThisUpdate |
Gets or sets the date and time when trust list validity begins. Default value is current date and time.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Sign |
Encodes and signs current trust list using signer certificate and optional certificate chain to include in CTL.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |