1 write to KeyEncryptionAlgorithm
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
88System.Security.Cryptography.Asn1.AlgorithmIdentifierAsn.Decode(ref sequenceReader, rebind, out decoded.KeyEncryptionAlgorithm);
15 references to KeyEncryptionAlgorithm
System.Security.Cryptography.Pkcs (15)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (14)
28_asn.KeyEncryptionAlgorithm.ToPresentationObject(); 37ReadOnlyMemory<byte>? parameters = _asn.KeyEncryptionAlgorithm.Parameters; 38string? keyEncryptionAlgorithm = _asn.KeyEncryptionAlgorithm.Algorithm; 55_asn.KeyEncryptionAlgorithm.Algorithm); 143ktri.KeyEncryptionAlgorithm.Algorithm = Oids.Rsa; 144ktri.KeyEncryptionAlgorithm.Parameters = s_rsaPkcsParameters; 148ktri.KeyEncryptionAlgorithm.Algorithm = Oids.RsaOaep; 149ktri.KeyEncryptionAlgorithm.Parameters = s_rsaOaepSha1Parameters; 153ktri.KeyEncryptionAlgorithm.Algorithm = Oids.RsaOaep; 154ktri.KeyEncryptionAlgorithm.Parameters = s_rsaOaepSha256Parameters; 158ktri.KeyEncryptionAlgorithm.Algorithm = Oids.RsaOaep; 159ktri.KeyEncryptionAlgorithm.Parameters = s_rsaOaepSha384Parameters; 163ktri.KeyEncryptionAlgorithm.Algorithm = Oids.RsaOaep; 164ktri.KeyEncryptionAlgorithm.Parameters = s_rsaOaepSha512Parameters;
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
30KeyEncryptionAlgorithm.Encode(writer);