DefaultClaimSet.Item[Int32] 属性

定义

获取指定索引的 ClaimGets the Claim for the specified index.

public:
 virtual property System::IdentityModel::Claims::Claim ^ default[int] { System::IdentityModel::Claims::Claim ^ get(int index); };
public override System.IdentityModel.Claims.Claim this[int index] { get; }
member this.Item(int) : System.IdentityModel.Claims.Claim
Default Public Overrides ReadOnly Property Item(index As Integer) As Claim

参数

index
Int32

要检索的声明的索引。The index of the claim to be retrieved.

属性值

Claim

索引指定的 ClaimThe Claim specified by the index.

适用于