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)
29_asn.KeyEncryptionAlgorithm.ToPresentationObject(); 38ReadOnlyMemory<byte>? parameters = _asn.KeyEncryptionAlgorithm.Parameters; 39string? keyEncryptionAlgorithm = _asn.KeyEncryptionAlgorithm.Algorithm; 56_asn.KeyEncryptionAlgorithm.Algorithm); 144ktri.KeyEncryptionAlgorithm.Algorithm = Oids.Rsa; 145ktri.KeyEncryptionAlgorithm.Parameters = s_rsaPkcsParameters; 149ktri.KeyEncryptionAlgorithm.Algorithm = Oids.RsaOaep; 150ktri.KeyEncryptionAlgorithm.Parameters = s_rsaOaepSha1Parameters; 154ktri.KeyEncryptionAlgorithm.Algorithm = Oids.RsaOaep; 155ktri.KeyEncryptionAlgorithm.Parameters = s_rsaOaepSha256Parameters; 159ktri.KeyEncryptionAlgorithm.Algorithm = Oids.RsaOaep; 160ktri.KeyEncryptionAlgorithm.Parameters = s_rsaOaepSha384Parameters; 164ktri.KeyEncryptionAlgorithm.Algorithm = Oids.RsaOaep; 165ktri.KeyEncryptionAlgorithm.Parameters = s_rsaOaepSha512Parameters;
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
30KeyEncryptionAlgorithm.Encode(writer);