Compartir a través de


AuthenticationInformation.NotOnOrAfter (Propiedad)

Gets or sets the time that the session referred to in the session index must be considered ended.

Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As AuthenticationInformation
Dim value As Nullable(Of DateTime)

value = instance.NotOnOrAfter

instance.NotOnOrAfter = value

Sintaxis

'Declaración
Public Property NotOnOrAfter As Nullable(Of DateTime)
public Nullable<DateTime> NotOnOrAfter { get; set; }
public:
property Nullable<DateTime> NotOnOrAfter {
    Nullable<DateTime> get ();
    void set (Nullable<DateTime> value);
}
/** @property */
public Nullable<DateTime> get_NotOnOrAfter ()

/** @property */
public void set_NotOnOrAfter (Nullable<DateTime> value)
public function get NotOnOrAfter () : Nullable<DateTime>

public function set NotOnOrAfter (value : Nullable<DateTime>)

Excepciones

Tipo de excepción Condición

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vea también

Referencia

AuthenticationInformation (Clase)
AuthenticationInformation (Miembros)
Microsoft.IdentityModel.Claims (Espacio de nombres)