EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElExtendedKeyUsageExtension.CustomUsages

TElExtendedKeyUsageExtension     See also    


 

This property contains the list of Custom Usages.

 
 

Declaration

[C#]
    ByteArray CustomUsages[int Index];

[VB.NET]
    property CustomUsages(ByVal Index as Integer) as Byte();

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

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation