X509CrossCertificateDistributionPointsExtensionDeltaSyncTimeInSeconds Property |
Gets an optional integer field that specifies the delta between when this location will be refreshed.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Nullable<int> DeltaSyncTimeInSeconds { get; }
Public ReadOnly Property DeltaSyncTimeInSeconds As Nullable(Of Integer)
Get
public:
property Nullable<int> DeltaSyncTimeInSeconds {
Nullable<int> get ();
}
member DeltaSyncTimeInSeconds : Nullable<int> with get
Property Value
Type:
NullableInt32See Also