Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoKeyStorage.SetStorageProp

TElCustomCryptoKeyStorage     See also     


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


Declaration

[C#]
    void SetStorageProp(byte[] PropID, byte[] Value);

[VB.NET]
    Sub SetStorageProp(ByVal PropID As Byte(), ByVal Value As Byte())

[Pascal]
    under development

[C++]
    void SetStorageProp(const std::vector<uint8_t> &PropID, const std::vector<uint8_t> &Value);

[PHP]
    void SetStorageProp(array of byte|string|NULL $PropID, array of byte|string|NULL $Value)

[Java]
    void setStorageProp(byte[] arg0, byte[] arg1);

Parameters

  • PropID -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum