<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.0-beta.114" />

AttributeX509

public class AttributeX509 : Asn1Encodable
public DerObjectIdentifier AttrType { get; }

public Asn1Set AttrValues { get; }

public AttributeX509(DerObjectIdentifier attrType, Asn1Set attrValues)

public static AttributeX509 GetInstance(object obj)

public static AttributeX509 GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static AttributeX509 GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)