SingleSignOnRoleProvider.Name Property
The Name property gets the provider name, as is 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, as is configured in the Web.config file.
See Also
SingleSignOnRoleProvider Class
System.Web.Security.SingleSignOn Namespace
Return to top