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

캐시할 최대 로그온 토큰 수입니다.

특성

적용 대상