2 references to CreateKey
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (2)
263
key =
CreateKey
(privateKeyInfo.PrivateKeyAlgorithm.Algorithm, safeBag.BagValue.Span);
377
Pkcs12Key? key =
CreateKey
(cert.KeyAlgorithm, keyBag.BagValue.Span);