Share via


AuthorizationAssertion.RoleProviderName Property

Gets or sets the role provider to use for authorization.

Namespace: Microsoft.Web.Services3.Design
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim authorizationAssertion1 As AuthorizationAssertion

Dim returnValue As String
returnValue = authorizationAssertion1.RoleProviderName

Dim sampleValue As String
authorizationAssertion1.RoleProviderName = sampleValue

Syntax

'Declaration
Public Property RoleProviderName() As String
public string RoleProviderName {get; set;}
public:
property String^ RoleProviderName {
    String^ get();
    void set(String^ value);
}
public System.String get_RoleProviderName();
public void set_RoleProviderName(System.String);
public function get RoleProviderName() : String;
public function set RoleProviderName(String);

Property Value

The role provider to use for authorization.

Remarks

The role provider can be one that is included with ASP.NET or a custom provider registered in the Web.config file.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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