5 references to Import
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
396key = CngKey.Import(pkcs8Source, CngKeyBlobFormat.Pkcs8PrivateBlob);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.CreateCng.cs (1)
29(ReadOnlySpan<byte> keyMaterial) => CngKey.Import(keyMaterial, cngBlobFormat));
System\Security\Cryptography\CngPkcs8.cs (1)
25CngKey key = CngKey.Import(keyBlob, CngKeyBlobFormat.Pkcs8PrivateBlob);
System\Security\Cryptography\RSACng.ImportExport.cs (1)
22CngKey newKey = CngKey.Import(rsaBlob, blobFormat);
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (1)
102key = factory(CngKey.Import(keyBlob, blobFormat));