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

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(); } }