2 references to Pkcs8PrivateBlob
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
396
key = CngKey.Import(pkcs8Source, CngKeyBlobFormat.
Pkcs8PrivateBlob
);
System\Security\Cryptography\CngPkcs8.cs (1)
25
CngKey key = CngKey.Import(keyBlob, CngKeyBlobFormat.
Pkcs8PrivateBlob
);