Share via


SingleSignOnIdentity.AuthenticationType Property

 

Gets the authentication type used to authenticate the client. This property returns WebSSO.

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

Syntax

public string AuthenticationType { get; }
public:
property String^ AuthenticationType {
    virtual String^ get() sealed;
}
abstract AuthenticationType : string with get
override AuthenticationType : string with get
Public ReadOnly Property AuthenticationType As String

Property Value

Type: System.String

A string containing "WebSSO".

Implements

IIdentity.AuthenticationType

See Also

SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace

Return to top