4 references to CryptographicAttributeObject
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
88return new CryptographicAttributeObject(oid, values);
System\Security\Cryptography\CryptographicAttributeObject.cs (1)
16: this(oid, new AsnEncodedDataCollection())
System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (1)
33return Add(new CryptographicAttributeObject(asnEncodedData.Oid!, new AsnEncodedDataCollection(asnEncodedData)));
System\Security\Cryptography\Pkcs\SignerInfo.cs (1)
816return new CryptographicAttributeObject(type, valueColl);