SingleSignOnRoleProvider.Initialize Method (String, NameValueCollection)
This field supports the AD FS infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public override void Initialize(
string name,
NameValueCollection config
)
public:
virtual void Initialize(
String^ name,
NameValueCollection^ config
) override
override Initialize :
name:string *
config:NameValueCollection -> unit
Public Overrides Sub Initialize (
name As String,
config As NameValueCollection
)
Parameters
name
Type: System.StringThe name of the SingleSignOnRoleProvider to initialize.
config
Type: System.Collections.Specialized.NameValueCollectionA NameValueCollection object that specifies the attributes for the role provider.
See Also
SingleSignOnRoleProvider Class
System.Web.Security.SingleSignOn Namespace
Return to top