Returns an enumerator that iterates through all options.
Namespace: CryptSharpAssembly: CryptSharp (in CryptSharp.dll) Version: 2.0.0.0
Syntax
public IEnumerator<KeyValuePair<CrypterOptionKey, Object>> GetEnumerator()
Return Value
An enumerator for the options.Implements
IEnumerable T GetEnumeratorSee Also