X509CertificateCollection.X509CertificateEnumerator.Current 속성

정의

X509Certificate에서 현재 X509CertificateCollection를 가져옵니다.

public:
 property System::Security::Cryptography::X509Certificates::X509Certificate ^ Current { System::Security::Cryptography::X509Certificates::X509Certificate ^ get(); };
public System.Security.Cryptography.X509Certificates.X509Certificate Current { get; }
member this.Current : System.Security.Cryptography.X509Certificates.X509Certificate
Public ReadOnly Property Current As X509Certificate

속성 값

X509Certificate

X509Certificate의 현재 X509CertificateCollection입니다.

예외

열거자가 컬렉션의 첫 번째 요소 앞 또는 마지막 요소 뒤에 배치되어 있습니다.

설명

X509CertificateCollection.X509CertificateEnumerator 는 열거자의 위치를 이동하지 않습니다. 속성에 대한 연속 호출은 Current 또는 Reset 메서드가 호출될 때까지 동일한 개체를 MoveNext 반환합니다.

적용 대상