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

System.Security.Cryptography.Pkcs.Pkcs9AttributeObject

Represents an attribute used for CMS/PKCS #7 and PKCS #9 operations.
namespace System.Security.Cryptography.Pkcs { public class Pkcs9AttributeObject : AsnEncodedData { public new Oid Oid { get; } public Pkcs9AttributeObject(); public Pkcs9AttributeObject(string oid, byte[] encodedData); public Pkcs9AttributeObject(Oid oid, byte[] encodedData); public Pkcs9AttributeObject(AsnEncodedData asnEncodedData); } }