Namespaces.CommonNameAttributeNamespace Property

 

Gets or sets the XML Namespace for the CommonName attribute. Default is "https://schemas.xmlsoap.org/claims".

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

Syntax

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

Property Value

Type: System.String

The XML Namespace for the CommonName attribute.

See Also

Namespaces Class
System.Web.Security.SingleSignOn Namespace

Return to top