SingleSignOnIdentity.NameType Property
Used by the Web application to get the name type of the client authenticated using the WS-Federation Passive Requester Profile. This is the type of the user’s primary identity claim. For example: UPN, Email, Common Name.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string NameType { get; }
public:
property String^ NameType {
String^ get();
}
member NameType : string with get
Public ReadOnly Property NameType As String
Property Value
Type: System.String
The name type of the client authenticated using the WS-Federation Passive Requester Profile.
See Also
SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace
Return to top