EncryptedSecurityToken.ValidFrom Property

Definition

Gets the first instant in time at which the 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

Property Value

The instant in time at which the security token is valid.

Applies to

See also