X509CertificateTrustListBuilderSequenceNumber Property |
Gets or sets the monotonically increasing number for each update of the CTL.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Nullable<BigInteger> SequenceNumber { get; set; }
Public Property SequenceNumber As Nullable(Of BigInteger)
Get
Set
public:
property Nullable<BigInteger> SequenceNumber {
Nullable<BigInteger> get ();
void set (Nullable<BigInteger> value);
}
member SequenceNumber : Nullable<BigInteger> with get, set
Property Value
Type:
NullableBigIntegerSee Also