SecurityProperty.CreateCommonNameProperty Method (String)

 

Creates an instance of the SecurityProperty class which represent AD FS CommonName Claims.

Namespace:   System.Web.Security.SingleSignOn.Authorization
Assembly:  System.Web.Security.SingleSignOn.ClaimTransforms (in System.Web.Security.SingleSignOn.ClaimTransforms.dll)

Syntax

public static SecurityProperty CreateCommonNameProperty(
    string commonName
)
public:
static SecurityProperty^ CreateCommonNameProperty(
    String^ commonName
)
static member CreateCommonNameProperty : 
        commonName:string -> SecurityProperty
Public Shared Function CreateCommonNameProperty (
    commonName As String
) As SecurityProperty

Parameters

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