2 references to
System.Security (2)
system\security\cryptography\pkcs\pkcs9attribute.cs (2)
32
public Pkcs9AttributeObject (string oid, byte[] encodedData) :
this
(new AsnEncodedData(oid, encodedData)) {}
34
public Pkcs9AttributeObject (Oid oid, byte[] encodedData) :
this
(new AsnEncodedData(oid, encodedData)) {}