Share via


SingleSignOnRoleProvider Constructor ()

 

Initializes a new instance of the SingleSignOnRoleProvider class. ASP.net will call this if the provider is added to web.config. Do not call directly.

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

Syntax

public SingleSignOnRoleProvider()
public:
SingleSignOnRoleProvider()
new : unit -> SingleSignOnRoleProvider
Public Sub New

Remarks

This field supports the AD FS infrastructure and is not intended to be used directly from your code.

See Also

SingleSignOnRoleProvider Class
System.Web.Security.SingleSignOn Namespace

Return to top