CertificateTemplateLastWriteTime Property |
Gets the timestamp when certificate template was edited last time. The value can be used for audit purposes.
Namespace:
PKI.CertificateTemplates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public DateTime LastWriteTime { get; }
Public ReadOnly Property LastWriteTime As DateTime
Get
public:
property DateTime LastWriteTime {
DateTime get ();
}
member LastWriteTime : DateTime with get
Property Value
Type:
DateTimeSee Also