C# 클래스 System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator

상속: System.Collections.IEnumerator
파일 보기 프로젝트 열기: dotnet/corefx

Private Properties

프로퍼티 타입 설명
IEnumerator bool
IEnumerator void
System bool

공개 메소드들

메소드 설명
MoveNext ( ) : bool
Reset ( ) : void
System ( ) : void
X509CertificateEnumerator ( System mappings )
X509CertificateEnumerator ( X509CertificateCollection mappings ) : System.Collections

비공개 메소드들

메소드 설명
IEnumerator ( ) : bool
IEnumerator ( ) : void
System ( ) : bool

메소드 상세

MoveNext() 공개 메소드

public MoveNext ( ) : bool
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

System() 공개 메소드

public System ( ) : void
리턴 void

X509CertificateEnumerator() 공개 메소드

public X509CertificateEnumerator ( System mappings )
mappings System

X509CertificateEnumerator() 공개 메소드

public X509CertificateEnumerator ( X509CertificateCollection mappings ) : System.Collections
mappings X509CertificateCollection
리턴 System.Collections