RecipientInfoCollection.GetEnumerator Метод

Определение

Метод GetEnumerator() возвращает RecipientInfoEnumerator объект для RecipientInfoCollection коллекции.

public:
 System::Security::Cryptography::Pkcs::RecipientInfoEnumerator ^ GetEnumerator();
public System.Security.Cryptography.Pkcs.RecipientInfoEnumerator GetEnumerator();
member this.GetEnumerator : unit -> System.Security.Cryptography.Pkcs.RecipientInfoEnumerator
Public Function GetEnumerator () As RecipientInfoEnumerator

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

Объект RecipientInfoEnumerator , который можно использовать для перечисления RecipientInfoCollection коллекции.

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

См. также раздел