Saml2Conditions.NotOnOrAfter Propriedade

Definição

Obtém ou define o instante no tempo mais antigo no qual a declaração expirou.Gets or sets the time instant at which the assertion has expired. [Saml2Core, 2.5.1][Saml2Core, 2.5.1]

public:
 property Nullable<DateTime> NotOnOrAfter { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public DateTime? NotOnOrAfter { get; set; }
member this.NotOnOrAfter : Nullable<DateTime> with get, set
Public Property NotOnOrAfter As Nullable(Of DateTime)

Valor da propriedade

Nullable<DateTime>

Uma Anulável DateTime que contém a hora instantânea em UTC.A nullable DateTime that contains the time instant in UTC. Um null valor indica que o atributo não está presente.A null value indicates that the attribute is not present.

Exceções

A propriedade NotBefore não é null e ocorre uma tentativa de definir um valor antes do instante no tempo especificado pela propriedade NotBefore.The NotBefore property is not null and an attempt to set a value that occurs before the time instant specified by the NotBefore property occurs.

Comentários

O atributo NotOnOrAfter.The NotOnOrAfter attribute.

Aplica-se a