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