Udostępnij za pośrednictwem


UserNameServiceElement.MaxCachedLogonTokens Właściwość

Definicja

Pobiera lub ustawia maksymalną liczbę tokenów logowania do pamięci podręcznej.

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

Wartość właściwości

Maksymalna liczba tokenów logowania do pamięci podręcznej.

Atrybuty

Dotyczy