X509CTL Class |
Note: This API is now obsolete.
Namespace: System.Security.Cryptography.X509Certificates
The X509CTL type exposes the following members.
Name | Description | |
---|---|---|
X509CTL(Byte) |
Initializes a new instance of the X509CTL class defined from a sequence of bytes representing
an X.509 certificate trust list.
| |
X509CTL(String) |
Initializes a new instance of the X509CTL class using the path to a CTL file.
|
Name | Description | |
---|---|---|
Entries |
Gets a collection of X509CTLEntry elements.
| |
Extensions |
Gets a collection of X509Extension objects.
| |
Handle |
Gets a handle to a Microsoft Cryptographic API CTL context described by an unmanaged
CTL_CONTEXT structure.
| |
ListIdentifier |
Gets a string that uniquely identifies the list. This member is used to augment the SubjectUsage and further specifies the list when desired.
| |
NextUpdate |
Indication of the date and time for the CTL's next available scheduled update.
| |
RawData |
Gets the raw data of a certificate trust list.
| |
SequenceNumber |
Gets a monotonically increasing number for each update of the CTL.
| |
SubjectAlgorithm | ||
SubjectUsage |
Gets a collection of OIDs that represents intended usages of the certificate trust list.
| |
ThisUpdate |
Gets the issue date of this.
| |
Version |
Gets X.509 certificate trust list (CTL) version.
|
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
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. (Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSafeContext |
Gets a SafeCTLHandleContext for the X509 certificate revocation list. The caller of this
method owns the returned safe handle, and should dispose of it when they no longer need it.
This handle can be used independently of the lifetime of the original X509 certificate revocation list.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Reset |
Resets the state of an X509CTL.
| |
ShowUI |
Displays a X.509 Certificate Revocation List UI dialog.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |