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 provider name configured in the Web.config file.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public override string Name { get; }
public:
property String^ Name {
virtual String^ get() override;
}
override Name : string with get
Public Overrides ReadOnly Property Name As String
Property Value
Type: System.String
The provider name configured in the Web.config file.
See Also
SingleSignOnMembershipProvider Class
System.Web.Security.SingleSignOn Namespace
Return to top