EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomExtension.OID

TElCustomExtension     See also    


 

This property specifies the Object Identifier of corresponding certificate extension.

 
 

Declaration

[C#]
    byte[] OID;

[VB.NET]
    Property OID As Byte()

[Pascal]
    property OID : string;

[VB6]
    Property IElCustomExtensionX.OID As Variant

[ActiveX]
    HRESULT _stdcall IElCustomExtensionX.OID([out, retval] VARIANT * Value );
    HRESULT _stdcall IElCustomExtensionX.OID([in] VARIANT Value );

[DLL]
    not implemented;
 
 
 

Description

    Use this property to specify/read the Object Identifier of the extension.

    Note, that this property has meaning only for custom extensions which don't have their own OIDs. Setting this property for the derived classes, that correspond to standard extensions (e.g. TElKeyUsageExtension), will take no effect.

 
 

See also:     Critical     Value    

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