EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElKeyUsageExtension.DataEncipherment

TElKeyUsageExtension     See also    


 

This property is set when the public key is used for enciphering user data, other than cryptographic keys.

 
 

Declaration

[C#]
    bool DataEncipherment;

[VB.NET]
    Property DataEncipherment As Boolean

[Pascal]
    property DataEncipherment : boolean;

[VB6]
    Property IElKeyUsageExtensionX.DataEncipherment As Boolean

[ActiveX]
    HRESULT _stdcall IElKeyUsageExtensionX.DataEncipherment([out, retval] VARIANT_BOOL * Value );
    HRESULT _stdcall IElKeyUsageExtensionX.DataEncipherment([in] VARIANT_BOOL Value );

[DLL]
    not implemented;
 
 
 

Description

    This property is set when the subject public key is used for enciphering user data, other than cryptographic keys.

 
 

See also:     KeyEncipherment

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