Discuss this help topic in SecureBlackbox Forum

TElPKCS7Attributes.RawAttributeSequences

TElPKCS7Attributes     See also     


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


This topic is under development…

Declaration

[C#]
    byte[] RawAttributeSequences[int Index];

[VB.NET]
    Property RawAttributeSequences(ByVal Index As Integer) As Byte()

[Pascal]
    property RawAttributeSequences[Index : integer] : ByteArray;

[C++]
    void get_RawAttributeSequences(int32_t Index, std::vector<uint8_t> &OutResult);
    void set_RawAttributeSequences(int32_t Index, const std::vector<uint8_t> &Value);

[PHP]
    string get_RawAttributeSequences(integer $Index)
    void set_RawAttributeSequences(integer $Index, array of byte|string|NULL $Value)

[Java]
    not available

Parameters

  • Index -

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum