Class AttributePkcs
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.Pkcs
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class AttributePkcs : Asn1Encodable, IAsn1Convertible
- Inheritance
-
AttributePkcs
- Implements
- Inherited Members
Constructors
AttributePkcs(DerObjectIdentifier, Asn1Set)
public AttributePkcs(DerObjectIdentifier attrType, Asn1Set attrValues)
Parameters
attrType
DerObjectIdentifierattrValues
Asn1Set
Properties
AttrType
public DerObjectIdentifier AttrType { get; }
Property Value
AttrValues
public Asn1Set AttrValues { get; }
Property Value
Methods
GetInstance(object)
public static AttributePkcs GetInstance(object obj)
Parameters
obj
object
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()