Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim claimType As String
Dim isOptional As Boolean
Dim value As String
Dim instance As New RequestClaim(claimType, isOptional, value)
|
Syntax
Visual Basic |
Public Sub New ( _
claimType As String, _
isOptional As Boolean, _
value As String _
)
|
C# |
public RequestClaim (
string claimType,
bool isOptional,
string value
)
|
C++ |
public:
RequestClaim (
String^ claimType,
bool isOptional,
String^ value
)
|
J# |
public RequestClaim (
String claimType,
boolean isOptional,
String value
)
|
JScript |
public function RequestClaim (
claimType : String,
isOptional : boolean,
value : String
)
|
Parameters
- claimType
- isOptional
- value
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also