AuthorizationRule.Users Property
.NET Framework (current version)
Gets the users associated with the resource.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("users")>] [<TypeConverterAttribute(typeof(CommaDelimitedStringCollectionConverter))>] member Users : StringCollection with get
Property Value
Type: System.Collections.Specialized.StringCollectionA StringCollection collection containing the users whose authorization must be verified.
The Users property is a list of users that are granted or denied access to the resource. There must be at least one value in either the Users property collection or the Roles property collection, or both.
.NET Framework
Available since 2.0
Available since 2.0
Show: