AuthorizationAssertion Constructor (String)
Initializes a new instance of the AuthorizationAssertion class using the specified role provider.
Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim roleProviderName As String
Dim authorizationAssertion1 As New AuthorizationAssertion(roleProviderName)
Syntax
'Declaration
Public Sub New( _
ByVal roleProviderName As String _
)
public AuthorizationAssertion(
string roleProviderName
);
public:
AuthorizationAssertion(
String^ roleProviderName
);
public AuthorizationAssertion(
System.String roleProviderName
);
public function AuthorizationAssertion(
roleProviderName : String
);
Parameters
- roleProviderName
Specifies a role provider to use for authorization. The role provider can be one that is included with ASP.NET or a custom provider registered in the Web.config file.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
AuthorizationAssertion Class
AuthorizationAssertion Members
Microsoft.Web.Services3.Design Namespace