C# Class System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator

Inheritance: IEnumerator
Show file Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
X509ChainElementEnumerator

Public Methods

Method Description
MoveNext ( ) : bool
Reset ( ) : void

Private Methods

Method Description
X509ChainElementEnumerator ( )

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void