Creates a Claim with the specified type
and value. The Claim has a local authority issuer and no
subject.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim claimType As String
Dim value As String
Dim instance As New Claim(claimType, value)
|
Syntax
Visual Basic |
Public Sub New ( _
claimType As String, _
value As String _
)
|
C# |
public Claim (
string claimType,
string value
)
|
C++ |
public:
Claim (
String^ claimType,
String^ value
)
|
J# |
public Claim (
String claimType,
String value
)
|
JScript |
public function Claim (
claimType : String,
value : String
)
|
Parameters
- claimType
- value
-
The Claim Value.
Remarks
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also