Creates a Claim and initializes
properties to be consistent with the Claim provided.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim claim As Claim
Dim issuer As String
Dim instance As New Claim(claim, issuer)
|
Syntax
Visual Basic |
Public Sub New ( _
claim As Claim, _
issuer As String _
)
|
C# |
public Claim (
Claim claim,
string issuer
)
|
C++ |
public:
Claim (
Claim^ claim,
String^ issuer
)
|
J# |
public Claim (
Claim claim,
String issuer
)
|
JScript |
public function Claim (
claim : Claim,
issuer : String
)
|
Parameters
- claim
-
The Claim to initialize the new Claim with.
- issuer
-
The issuer of the claim.
Exceptions
Remarks
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also