Discuss this help topic in SecureBlackbox Forum

TElSymmetricKeyMaterial.ImportEncryptedSymmetricKeyWin32

TElSymmetricKeyMaterial     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This topic is under development…

Declaration

[C#]
    bool ImportEncryptedSymmetricKeyWin32(byte[] EncryptedKey, int SymAlgorithm, int PKAlgorithm, byte[] SymAlgParams, IntPtr hProv, IntPtr hUserKey);

[VB.NET]
    Function ImportEncryptedSymmetricKeyWin32(ByVal EncryptedKey As Byte(), ByVal SymAlgorithm As Integer, ByVal PKAlgorithm As Integer, ByVal SymAlgParams As Byte(), ByVal hProv As IntPtr, ByVal hUserKey As IntPtr) As Boolean

[Pascal]
    function ImportEncryptedSymmetricKeyWin32(const EncryptedKey : ByteArray; SymAlgorithm, PKAlgorithm : integer; const SymAlgParams : ByteArray; hProv : UInt64; hUserKey : UInt64) : boolean;

[C++]
    bool ImportEncryptedSymmetricKeyWin32(const std::vector<uint8_t> &EncryptedKey, int32_t SymAlgorithm, int32_t PKAlgorithm, const std::vector<uint8_t> &SymAlgParams, uint32_t hProv, uint32_t hUserKey);

[PHP]
    bool ImportEncryptedSymmetricKeyWin32(array of byte|string|NULL $EncryptedKey, integer $SymAlgorithm, integer $PKAlgorithm, array of byte|string|NULL $SymAlgParams, integer $hProv, integer $hUserKey)

[Java]
    boolean importEncryptedSymmetricKeyWin32(byte[] EncryptedKey, int SymAlgorithm, int PKAlgorithm, byte[] SymAlgParams, long hProv, long hUserKey);

Parameters

  • EncryptedKey -
  • SymAlgorithm -
  • PKAlgorithm -
  • SymAlgParams -
  • hProv -
  • hUserKey -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum