SecurityKeyIdentifier.GetEnumerator Метод

Определение

Возвращает перечислитель, который выполняет итерацию по коллекции предложений идентификатора ключа.

public:
 virtual System::Collections::Generic::IEnumerator<System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<System.IdentityModel.Tokens.SecurityKeyIdentifierClause> GetEnumerator();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.IdentityModel.Tokens.SecurityKeyIdentifierClause>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.IdentityModel.Tokens.SecurityKeyIdentifierClause>
Public Function GetEnumerator () As IEnumerator(Of SecurityKeyIdentifierClause)

Возвращаемое значение

Тип List<T>.EnumeratorSecurityKeyIdentifierClause коллекции.

Реализации

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