Click or drag to resize

NetworkCredentialRoles Property

Gets the roles associated with the credentials.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string[] Roles { get; }

Property Value

Type: String
An array of String that represents the role names to which the username belongs.
Remarks
This property returns an empty array if the roles were initialized with .
See Also