Discuss this help topic in SecureBlackbox Forum

TElCustomCryptoProvider.GetProviderProp

TElCustomCryptoProvider     See also     


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


This topic is under development…

Declaration

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

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

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

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

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

[Java]
    byte[] getProviderProp(byte[] PropID, byte[] Default);

Parameters

  • PropID -
  • Default -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum