Compartir a través de


WSFederationAuthenticationModule.Freshness (Propiedad)

This is an optional property applicable when FederationAuthenticationModule. PassiveRedirectEnabled is set to true. Use this property to get or set and optional parameter that identifies the desired maximum age of authentication specified in minutes.

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

Uso

    Dim instance As WSFederationAuthenticationModule
Dim value As String

value = instance.Freshness

instance.Freshness = value

Sintaxis

'Declaración
Public Property Freshness As String
public string Freshness { get; set; }
public:
property String^ Freshness {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Freshness ()

/** @property */
public void set_Freshness (String value)
public function get Freshness () : String

public function set Freshness (value : String)

Valor de propiedad

Returns String.

Notas

This parameter manifests itself as wfresh query string parameter in WS-Federation protocol.

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

WSFederationAuthenticationModule (Clase)
WSFederationAuthenticationModule (Miembros)
Microsoft.IdentityModel.Web (Espacio de nombres)