ValidityPeriod Class

Represents Active Directory Certificate Services (AD CS) time span periods that often represent validity periods.

Definition

Namespace: SysadminsLV.PKI.ADCS
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public class ValidityPeriod
Inheritance
Object    ValidityPeriod

Properties

Validity Gets the validity as time span.
ValidityString Gets textual representation of time span.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
FromFileTime(Byte) Creates an instance of ValidityPeriod from binary file time.
FromFileTime(FILETIME) Creates an instance of ValidityPeriod from COM file time.
FromFileTime(Int64) Creates an instance of ValidityPeriod from long file time.
FromTimeSpan Creates an instance of ValidityPeriod from timespan.
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also