3 references to PQDsaPrivateBlob
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaCng.Windows.cs (1)
156
return ExportKey(CngKeyBlobFormat.
PQDsaPrivateBlob
, Algorithm.MaxPrivateKeySizeInBytes, destination);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.Windows.cs (1)
209
ExportKey(CngKeyBlobFormat.
PQDsaPrivateBlob
, Algorithm.PrivateKeySizeInBytes, destination);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.CreateCng.cs (1)
22
_hasPrivateKey ? CngKeyBlobFormat.
PQDsaPrivateBlob
: