Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
See Also
SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace
Return to top