1 write to KeyEncryptionAlgorithm
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
88
System.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();
37
ReadOnlyMemory<byte>? parameters = _asn.
KeyEncryptionAlgorithm
.Parameters;
38
string? keyEncryptionAlgorithm = _asn.
KeyEncryptionAlgorithm
.Algorithm;
55
_asn.
KeyEncryptionAlgorithm
.Algorithm);
143
ktri.
KeyEncryptionAlgorithm
.Algorithm = Oids.Rsa;
144
ktri.
KeyEncryptionAlgorithm
.Parameters = s_rsaPkcsParameters;
148
ktri.
KeyEncryptionAlgorithm
.Algorithm = Oids.RsaOaep;
149
ktri.
KeyEncryptionAlgorithm
.Parameters = s_rsaOaepSha1Parameters;
153
ktri.
KeyEncryptionAlgorithm
.Algorithm = Oids.RsaOaep;
154
ktri.
KeyEncryptionAlgorithm
.Parameters = s_rsaOaepSha256Parameters;
158
ktri.
KeyEncryptionAlgorithm
.Algorithm = Oids.RsaOaep;
159
ktri.
KeyEncryptionAlgorithm
.Parameters = s_rsaOaepSha384Parameters;
163
ktri.
KeyEncryptionAlgorithm
.Algorithm = Oids.RsaOaep;
164
ktri.
KeyEncryptionAlgorithm
.Parameters = s_rsaOaepSha512Parameters;
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
30
KeyEncryptionAlgorithm
.Encode(writer);