Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoKey.SetKeyProp

TElCustomCryptoKey     See also     


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


This topic is under development

Declaration

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

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

[Pascal]
    procedure SetKeyProp(const PropID : ByteArray; const Value : ByteArray); virtual; abstract;

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

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

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

Parameters

  • PropID -
  • Value -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum