EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElKeyUsageExtension.NonRepudation

TElKeyUsageExtension    


 

This property is set when the subject public key is used to verify digital signatures used to provide a non-repudiation service which protects against the signing entity falsely denying some action, excluding certificate or CRL signing.

 
 

Declaration

[C#]
    bool NonRepudiation;

[VB.NET]
    Property NonRepudiation As Boolean

[Pascal]
    property NonRepudation : boolean;

[VB6]
    Property IElKeyUsageExtensionX.NonRepudiation As Boolean

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

[DLL]
    not implemented;
 
 
 

Description

    This property is set when the subject public key is used to verify digital signatures used to provide a non-repudiation service which protects against the signing entity falsely denying some action, excluding certificate or CRL signing.

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