EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElCustomExtension.Value

ElCustomExtension     See also    


 

This property specifies the body of the extension.

 
 

Declaration

[C#]
    byte[] Value;

[VB.NET]
    Property Value As Byte()

[Pascal]
    property Value : string;

[VB6]
    Property IElCustomExtensionX.Value As Variant

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

[DLL]
    not implemented;
 
 
 

Description

    Use this property to get/set the body of the certificate extension. This property should contain the ASN.1 data in BER format.

    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. ElKeyUsageExtension), will take no effect.

 
 

See also:     Critical     OID    

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