X509SecurityToken.ValidFrom Eigenschaft
Definition
Ruft den ersten Zeitpunkt ab, zu dem dieses Sicherheitstoken gültig ist.Gets the first instant in time at which this security token is valid.
public:
virtual property DateTime ValidFrom { DateTime get(); };
public override DateTime ValidFrom { get; }
member this.ValidFrom : DateTime
Public Overrides ReadOnly Property ValidFrom As DateTime
Eigenschaftswert
Ein DateTime-Objekt, das den Zeitpunkt darstellt, zu dem dieses Sicherheitstoken frühestens gültig ist.A DateTime that represents the instant in time at which this security token is first valid.
Hinweise
Die ValidFrom-Eigenschaft wird in der UTC-Zeit (Coordinated Universal Time) angegeben und stellt den Wert für die NotBefore-Eigenschaft des X.509-Zertifikats dar, das in der Certificate-Eigenschaft festgelegt wurde.The ValidFrom property is specified in Coordinated Universal Time (UTC) and is the value of the NotBefore property of the X.509 certificate specified in the Certificate property.