CryptographicAttributeObjectCollection.GetEnumerator 메서드

정의

컬렉션에 대한 CryptographicAttributeObjectEnumerator 개체를 가져옵니다.

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

반환

CryptographicAttributeObjectEnumerator

메서드가 컬렉션을 열거하는 데 사용할 수 있는 CryptographicAttributeObjectEnumerator 개체를 반환하면 true이고, 그렇지 않으면 false입니다.

적용 대상