EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElKeyUsageExtension.DecipherOnly

TElKeyUsageExtension     See also    


 

The meaning of the DecipherOnly property is undefined if the KeyAgreement property is not set. When the DecipherOnly property is set and the KeyAgreement bit is also set, the subject private key may be used only for deciphering data while performing key agreement.

 
 

Declaration

[C#]
    bool DecipherOnly;

[VB.NET]
    Property DecipherOnly As Boolean

[Pascal]
    property DecipherOnly : boolean;

[VB6]
    Property IElKeyUsageExtensionX.DecipherOnly As Boolean

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

[DLL]
    not implemented;
 
 
 

Description

    The meaning of the DecipherOnly property is undefined if the KeyAgreement property is not set. When the DecipherOnly property is set and the keyAgreement bit is also set, the subject private key may be used only for deciphering data while performing key agreement.

 
 

See also:     EncipherOnly

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