PrincipalConfig.Usernames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of usernames that match the clients. The usernames are case-sensitive and must match the usernames provided by the clients during authentication.
public System.Collections.Generic.IList<string> Usernames { get; }
member this.Usernames : System.Collections.Generic.IList<string>
Public ReadOnly Property Usernames As IList(Of String)