<PackageReference Include="System.Security.Cryptography.Pkcs" Version="11.0.0-preview.7.26381.103" />

System.Security.Cryptography.CryptographicAttributeObjectEnumerator

Provides enumeration functionality for the CryptographicAttributeObjectCollection collection. This class cannot be inherited.

Gets the current CryptographicAttributeObject object from the CryptographicAttributeObjectCollection collection.

public bool MoveNext()

Advances the enumeration to the next CryptographicAttributeObject object in the CryptographicAttributeObjectCollection collection.

public void Reset()

Resets the enumeration to the first CryptographicAttributeObject object in the CryptographicAttributeObjectCollection collection.