Sdílet prostřednictvím


SecurityElementBase.CanRenewSecurityContextToken Vlastnost

Definice

Získá nebo nastaví hodnotu, která určuje, zda lze token kontextu zabezpečení obnovit.

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

Hodnota vlastnosti

Boolean

true pokud je možné obnovit token kontextu zabezpečení; v opačném případě false .

Atributy

Platí pro