Namespaces.UpnNameIdentifierFormat Property
Gets or sets the Format of the Upn Name Identifier.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string UpnNameIdentifierFormat { get; set; }
public:
property String^ UpnNameIdentifierFormat {
String^ get();
void set(String^ value);
}
member UpnNameIdentifierFormat : string with get, set
Public Property UpnNameIdentifierFormat As String
Property Value
Type: System.String
The Format of the Upn Name Identifier.
See Also
Namespaces Class
System.Web.Security.SingleSignOn Namespace
Return to top