2 references to Import
System.Security.Cryptography (2)
System\Security\Cryptography\CngKey.Import.cs (2)
22return Import(keyBlob, null, format, CngProvider.MicrosoftSoftwareKeyStorageProvider); 111return Import(new ReadOnlySpan<byte>(keyBlob), curveName, format, provider);