EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSecureServer.ClientAuthentication

TElSecureServer     See also    


 

Specifies whether client authentication (certificate request) is enabled

 
 

Declaration

[C#]
    bool ClientAuthentication;

[VB.NET]
    Property ClientAuthentication As Boolean

[Pascal]
    property ClientAuthentication : boolean;

[VB6]
    Property IElSecureServerX.ClientAuthentication As Boolean

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

[DLL]
    __stdcall DWORD SBServerEnableClientAuthentication(HANDLE handle);
    __stdcall DWORD SBClientDisableClientAuthentication(HANDLE handle);
    __stdcall BOOL SBClientIsClientAuthenticationEnabled(HANDLE handle);
 
 

Parameters

[DLL]handle - handle to the TElSecureServer object that was returned by Constructor

 
 

Description

    This property defines whether server should request the client's certificate. If the client doesn't have certificate, server actions depend on AuthenticationLevel property value. If the client has one, the OnCertificateValidate event is fired. Then the InternalValidate method can be called to obtain the certificate validity options.
    Client authentication is used very rarely. Use this option in the case when you are sure that all clients have certificates.

 
 

See also:     InternalValidate     ClientCertStorage    

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