C# Class Mono.Security.X509.X509CertificateCollection.X509CertificateEnumerator

Inheritance: IEnumerator
Show file Open project: runefs/Marvin

Private Properties

Property Type Description
IEnumerator bool
IEnumerator void

Public Methods

Method Description
MoveNext ( ) : bool
Reset ( ) : void
X509CertificateEnumerator ( X509CertificateCollection mappings ) : System

Private Methods

Method Description
IEnumerator ( ) : bool
IEnumerator ( ) : void

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

X509CertificateEnumerator() public method

public X509CertificateEnumerator ( X509CertificateCollection mappings ) : System
mappings X509CertificateCollection
return System