C# Class System.Security.Cryptography.OidEnumerator

Inheritance: IEnumerator
Datei anzeigen Open project: dotnet/corefx

Private Properties

Property Type Description
OidEnumerator

Public Methods

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

Private Methods

Method Description
OidEnumerator ( )

Method Details

MoveNext() public method

public MoveNext ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void