public AttributePkcs(
DerObjectIdentifier attrType,
Asn1Set attrValues
)
Public Sub New (
attrType As DerObjectIdentifier,
attrValues As Asn1Set
)
public:
AttributePkcs(
DerObjectIdentifier^ attrType,
Asn1Set^ attrValues
)
Org.BouncyCastle.Asn1.Pkcs.AttributePkcs = function(attrType, attrValues);