SecurityProperty.CreateGroupProperty Method (String)
Creates an instance of the SecurityProperty class which 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 static SecurityProperty CreateGroupProperty(
string group
)
public:
static SecurityProperty^ CreateGroupProperty(
String^ group
)
static member CreateGroupProperty :
group:string -> SecurityProperty
Public Shared Function CreateGroupProperty (
group As String
) As SecurityProperty
Parameters
group
Type: System.StringThe group the claim is being created for.
Return Value
Type: System.Web.Security.SingleSignOn.Authorization.SecurityProperty
A new instance of the SecurityProperty class.
See Also
SecurityProperty Class
System.Web.Security.SingleSignOn.Authorization Namespace
Return to top