EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElExtendedKeyUsageExtension.AddCustomUsage

TElExtendedKeyUsageExtension     See also    


 

Adds one more custom certificate usage value to the list.

 
 

Declaration

[C#]
    int AddCustomUsage(byte[] UsageOID): integer;

[VB.NET]
    AddCustomUsage(ByVal UsageOID As Byte()) As Integer

[Pascal]
    function AddCustomUsage(const UsageOID : BufferType): integer;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • UsageOID - value that will be assigned to the OID property.
 
 

Return value

The index of the added value.

 
 

Description

    Use this method to add one more custom certificate usage values to the list.

 
 

See also:     ClearCustomUsages     RemoveCustomUsage     CustomUsages     CustomUsageCount    

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