UserNameServiceElement.MaxCachedLogonTokens Proprietà

Definizione

Ottiene o imposta il numero massimo di token di accesso da memorizzare nella cache.

public:
 property int MaxCachedLogonTokens { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxCachedLogonTokens", DefaultValue=128)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxCachedLogonTokens { get; set; }
[<System.Configuration.ConfigurationProperty("maxCachedLogonTokens", DefaultValue=128)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxCachedLogonTokens : int with get, set
Public Property MaxCachedLogonTokens As Integer

Valore della proprietà

Int32

Numero massimo di token di accesso da memorizzare nella cache.

Attributi

Si applica a