EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElKeyUsageExtension.KeyAgreement

TElKeyUsageExtension    


 

This property is set when the subject public key is used for key agreement. For example, when a Diffie-Hellman key is to be used for key management, then this property shall be set.

 
 

Declaration

[C#]
    bool KeyAgreement;

[VB.NET]
    Property KeyAgreement As Boolean

[Pascal]
    property KeyAgreement : boolean;

[VB6]
    Property IElKeyUsageExtensionX.KeyAgreement As Boolean

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

[DLL]
    not implemented;
 
 
 

Description

    This property is set when the subject public key is used for key agreement. For example, when a Diffie-Hellman key is to be used for key management, then this property shall be set.

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