UserNameServiceElement.MaxCachedLogonTokens 屬性

定義

取得或設定要快取之登入權杖的最大數目。

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

屬性值

Int32

要快取之登入權杖的最大數目。

屬性

適用於