Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoKey.GetKeyProp

TElCustomCryptoKey     See also     


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


This topic is under development

Declaration

[C#]
    byte[] GetKeyProp(byte[] PropID, byte[] Default);

[VB.NET]
    Function GetKeyProp(ByVal PropID As Byte(), ByVal Default As Byte()) As Byte()

[Pascal]
    function GetKeyProp(const PropID : ByteArray; const Default : ByteArray = nil) : ByteArray; virtual; abstract;

[C++]
    void GetKeyProp(const std::vector<uint8_t> &PropID, const std::vector<uint8_t> &Default, std::vector<uint8_t> &OutResult);

[PHP]
    string GetKeyProp(array of byte|string|NULL $PropID, array of byte|string|NULL $Default)

[Java]
    byte[] getKeyProp(byte[] arg0, byte[] arg1);

Parameters

  • PropID -
  • Default -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum