UserNameServiceElement::MaxCachedLogonTokens Property

 

Gets or sets the maximum number of logon tokens to cache.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("maxCachedLogonTokens", DefaultValue = 128)]
[IntegerValidatorAttribute(MinValue = 1)]
property int MaxCachedLogonTokens {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The maximum number of logon tokens to cache.

.NET Framework
Available since 3.0
Return to top
Show: