Compartir vía


Saml2SubjectConfirmationData.NotBefore Propiedad

Definición

Obtiene o establece un instante de tiempo antes de que el sujeto no se pueda confirmar. [Saml2Core, 2.4.1.2]

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

Valor de propiedad

DateTime que acepta valores NULL que contiene el instante de tiempo en hora UTC.

Comentarios

Atributo NotBefore.

Se aplica a