Discuss this help topic in SecureBlackbox Forum

TElExtendedKeyUsageExtension.CustomUsageCount

TElExtendedKeyUsageExtension     See also     


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


This read-only property returns the number of Custom Usages.

Declaration

[C#]
    int CustomUsageCount;

[VB.NET]
    Property CustomUsageCount As Integer

[Pascal]
    property CustomUsageCount: integer;

[C++]
    int32_t get_CustomUsageCount();

[PHP]
    integer get_CustomUsageCount()

[Java]
    int getCustomUsageCount();

Description

    Use this property to get total number of Custom Usages in the list.

See also:     AddCustomUsage     ClearCustomUsages     RemoveCustomUsage     CustomUsages    

Discuss this help topic in SecureBlackbox Forum