Compartir vía


SecurityElementBase.CanRenewSecurityContextToken Propiedad

Definición

Obtiene o establece un valor que indica si el token de contexto de seguridad se puede renovar.

public:
 property bool CanRenewSecurityContextToken { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("canRenewSecurityContextToken", DefaultValue=true)]
public bool CanRenewSecurityContextToken { get; set; }
[<System.Configuration.ConfigurationProperty("canRenewSecurityContextToken", DefaultValue=true)>]
member this.CanRenewSecurityContextToken : bool with get, set
Public Property CanRenewSecurityContextToken As Boolean

Valor de propiedad

Boolean

true si el token de contexto de seguridad puede renovarse; de lo contrario, false.

Atributos

Se aplica a