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