Namespaces.CommonNameAttributeName Property

 

Gets or sets the attribute name for the CommonName attribute. Default is "CommonName"

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

Syntax

public string CommonNameAttributeName { get; set; }
public:
property String^ CommonNameAttributeName {
    String^ get();
    void set(String^ value);
}
member CommonNameAttributeName : string with get, set
Public Property CommonNameAttributeName As String

Property Value

Type: System.String

The attribute name for the CommonName attribute.

See Also

Namespaces Class
System.Web.Security.SingleSignOn Namespace

Return to top