Scope Constructor (String)
Namespace: Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim appliesToAddress As String
Dim instance As New Scope(appliesToAddress)
Syntax
'Declaration
Public Sub New ( _
appliesToAddress As String _
)
public Scope (
string appliesToAddress
)
public:
Scope (
String^ appliesToAddress
)
public Scope (
String appliesToAddress
)
public function Scope (
appliesToAddress : String
)
Parameters
- appliesToAddress
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also
Reference
Scope Class
Scope Members
Microsoft.IdentityModel.SecurityTokenService Namespace