Creates a Claim with the specified type and value. The Claim has a
local authority issuer and no subject.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim claimType As String
Dim value As String
Dim instance As New Claim(claimType, value)
|
Синтаксис
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
)
|
Параметры
- claimType
- value
-
The Claim Value.
Примечания
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также