Discuss this help topic in SecureBlackbox Forum

TElExtendedKeyUsageExtension.CustomUsages

TElExtendedKeyUsageExtension     See also     


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


This property contains the list of Custom Usages.

Declaration

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

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

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

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

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

[Java]
    not available

Parameters

  • Index - index of the custom usage in the list.

Description

    Use this property to access specific Custom Usage in the list.

See also:     AddCustomUsage     ClearCustomUsages     RemoveCustomUsage     CustomUsageCount    

Discuss this help topic in SecureBlackbox Forum