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