UserNameServiceElement.MaxCachedLogonTokens Eigenschap

Definitie

Hiermee haalt u het maximum aantal aanmeldingstokens op of stelt u deze in op de 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

Waarde van eigenschap

Het maximum aantal aanmeldingstokens dat in de cache moet worden opgeslagen.

Kenmerken

Van toepassing op