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

プロパティ値

キャッシュするログオン トークンの最大数。

属性

適用対象