Claim.System Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A pre-defined claim that represents the system entity.
public:
static property System::IdentityModel::Claims::Claim ^ System { System::IdentityModel::Claims::Claim ^ get(); };
public static System.IdentityModel.Claims.Claim System { get; }
static member System : System.IdentityModel.Claims.Claim
Public Shared ReadOnly Property System As Claim
Property Value
A Claim object that represents the system entity. This Claim object has the property values shown in the following table.
Property | Value |
---|---|
ClaimType | System |
Resource | System |
Right | Identity |
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.