Click or drag to resize

X509CertificateTrustListBuilder Properties

The X509CertificateTrustListBuilder type exposes the following members.

Properties
  NameDescription
Public propertyEntries
Gets a collection of trust list entries associated with trust list.
Public propertyHashAlgorithm
Gets or sets the hashing algorithm used to create trust list entries. Default algorithm is SHA1.
Public propertyListIdentifier
Gets or sets the trust list identifier. Often, it is a friendly name of the list.
Public propertyNextUpdate
Gets or sets the expiration date and time for trust list. If not set, trust list is valid indefinitely.
Public propertySequenceNumber
Gets or sets the monotonically increasing number for each update of the CTL.
Public propertySubjectUsages
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.
Public propertyThisUpdate
Gets or sets the date and time when trust list validity begins. Default value is current date and time.
Top
See Also