Namespaces.CommonNameNameIdentifierFormat Property

 

Gets or sets a static string that points to the Common name attribute's name identifier.

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

Syntax

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

Property Value

Type: System.String

A static string that points to the Common name attribute's name identifier.

See Also

Namespaces Class
System.Web.Security.SingleSignOn Namespace

Return to top