EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElKeyUsageExtension.KeyEncipherment

TElKeyUsageExtension     See also    


 

This property is set when the subject private key is used for key transport. For example, when an RSA key is to be used for key management, then this property shall be set.

 
 

Declaration

[C#]
    bool KeyEncipherment;

[VB.NET]
    Property KeyEncipherment As Boolean

[Pascal]
    property KeyEncipherment : boolean;

[VB6]
    Property IElKeyUsageExtensionX.KeyEncipherment As Boolean

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

[DLL]
    not implemented;
 
 
 

Description

    This property is set when the subject private key is used for key transport. For example, when an RSA key is to be used for key management, then this property shall be set.

 
 

See also:     DataEncipherment

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