SingleSignOnIdentity.AuthenticationMethod Property
Gets the authentication method used by the client to originally authenticate to its account authority.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public Uri AuthenticationMethod { get; }
public:
property Uri^ AuthenticationMethod {
Uri^ get();
}
member AuthenticationMethod : Uri with get
Public ReadOnly Property AuthenticationMethod As Uri
Property Value
Type: System.Uri
The authentication method used by the client to originally authenticate to its account authority.
Remarks
The possible authentication methods that can be returned by this method include the following:
Any. This is a configuration option, a URI is not required.
Windows. This indicates a Windows authentication.
Password. This is authentication by using a password.
Certificate. This is authentication by using SSL/TLS.
See Also
SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace
Return to top