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.

Применяется к