System.Security.Cryptography.CryptographicAttributeObjectEnumerator
Provides enumeration functionality for the CryptographicAttributeObjectCollection collection. This class cannot be inherited.
namespace System.Security.Cryptography
{
public sealed class CryptographicAttributeObjectEnumerator : IEnumerator
{
public CryptographicAttributeObject Current { get; }
public bool MoveNext();
public void Reset();
}
}