SecurityPropertyCollection.GetRoles Method ()
Returns an array of strings containing the values of all the SecurityProperty instances that represent AD FS Group claims.
Namespace: System.Web.Security.SingleSignOn.Authorization
Assembly: System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)
Syntax
public string[] GetRoles()
public:
array<String^>^ GetRoles()
member GetRoles : unit -> string[]
Public Function GetRoles As String()
Return Value
Type: System.String[]
An array of strings containing the values of all the SecurityProperty instances that represent AD FS Group claims.
See Also
SecurityPropertyCollection Class
System.Web.Security.SingleSignOn.Authorization Namespace
Return to top