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