Claim(String, Object, String) Constructor

Definition

Initializes a new instance of the Claim class with the specified type, resource, and right.

C#
public Claim(string claimType, object resource, string right);

Parameters

claimType
String

A uniform resource identifier (URI) that represents a claim type.

resource
Object

The object with which the new claim is associated.

right
String

The URI of the right associated with the claim.

Exceptions

claimType is null.

-or-

right is null.

claimType is zero length.

-or-

right is zero length.

Remarks

Windows Communication Foundation ships a set of pre-defined claim types and rights that are represented as members of the ClaimTypes and Rights classes.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)