Discuss this help topic in SecureBlackbox Forum

TElPKCS7Attributes.FindAttribute

TElPKCS7Attributes     See also     


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


This topic is under development…

Declaration

[C#]
    int FindAttribute(byte[] Name);

[VB.NET]
    Function FindAttribute(ByVal Name As Byte()) As Integer

[Pascal]
    function FindAttribute(const Name : ByteArray) : integer;

[C++]
    int32_t FindAttribute(const std::vector<uint8_t> &Name);

[PHP]
    integer FindAttribute(array of byte|string|NULL $Name)

[Java]
    int findAttribute(byte[] Name);

Parameters

  • Name -

Return value

    …

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum