SecurityKeyIdentifier.Item[Int32] 屬性

定義

取得位於指定索引上的金鑰識別碼子句。

public:
 property System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ default[int] { System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ get(int index); };
public System.IdentityModel.Tokens.SecurityKeyIdentifierClause this[int index] { get; }
member this.Item(int) : System.IdentityModel.Tokens.SecurityKeyIdentifierClause
Default Public ReadOnly Property Item(index As Integer) As SecurityKeyIdentifierClause

參數

index
Int32

金鑰識別碼子句集合中金鑰識別碼子句之以零起始的索引。

屬性值

指定之索引處的 SecurityKeyIdentifierClause

例外狀況

index 小於 0。

-或-

index 等於或大於 Count

適用於