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

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