EncryptedSecurityToken.ValidFrom Propriedade
Definição
Obtém o primeiro momento em que o token de segurança tornou-se válido.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
Valor da propriedade
O instante no momento em que o token de segurança é válido.The instant in time at which the security token is valid.