UserNameServiceElement::MaxCachedLogonTokens Property
.NET Framework (current version)
Gets or sets the maximum number of logon tokens to cache.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("maxCachedLogonTokens", DefaultValue = 128)] [IntegerValidatorAttribute(MinValue = 1)] property int MaxCachedLogonTokens { int get(); void set(int value); }
.NET Framework
Available since 3.0
Available since 3.0
Show: