2 references to GetKeyAlgorithmParameters
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
542
byte[]? keyAlgorithmParameters =
GetKeyAlgorithmParameters
();
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\Windows\PkcsPalWindows.Encrypt.cs (1)
268
byte[]? parameters = recipient.Certificate.
GetKeyAlgorithmParameters
();