public AttributeTable Add(
DerObjectIdentifier attrType,
Asn1Encodable attrValue
)
Public Function Add (
attrType As DerObjectIdentifier,
attrValue As Asn1Encodable
) As AttributeTable
public:
AttributeTable^ Add(
DerObjectIdentifier^ attrType,
Asn1Encodable^ attrValue
)
function Add(attrType, attrValue);