EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElExtendedKeyUsageExtension.ClientAuthentication

TElExtendedKeyUsageExtension     See also    


 

This property defines whether certificate is intended for client authentication.

 
 

Declaration

[C#]
    bool ClientAuthentication;

[VB.NET]
    Property ClientAuthentication As Boolean

[Pascal]
    property ClientAuthentication : boolean;

[VB6]
    Property IElExtendedKeyUsageExtensionX.ClientAuthentication As Boolean

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

[DLL]
    not implemented;
 
 
 

Description

    This property defines whether certificate is intended for client authentication.

 
 

See also:     CodeSigning     EmailProtection     ServerAuthentication     TimeStamping    

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