System::Security::Cryptography::DSACryptoServiceProvider::ImportCspBlob method

DSACryptoServiceProvider::ImportCspBlob method

Imports blob with information on key. Not implemented.

void System::Security::Cryptography::DSACryptoServiceProvider::ImportCspBlob(ByteArrayPtr key_blob) override
ParameterTypeDescription
key_blobByteArrayPtrPreviously exported blob with key information.

See Also