UserNameServiceElement.MaxCachedLogonTokens Vlastnost

Definice

Získá nebo nastaví maximální počet přihlašovacích tokenů k ukládání do mezipaměti.

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

Hodnota vlastnosti

Int32

Maximální počet přihlašovacích tokenů k ukládání do mezipaměti.

Atributy

Platí pro