Discuss this help topic in SecureBlackbox Forum

TElExtendedKeyUsageExtension.ClientAuthentication

TElExtendedKeyUsageExtension     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property defines whether certificate is intended for client authentication.

Declaration

[C#]
    bool ClientAuthentication;

[VB.NET]
    Property ClientAuthentication As Boolean

[Pascal]
    property ClientAuthentication : boolean;

[C++]
    bool get_ClientAuthentication();
    void set_ClientAuthentication(bool Value);

[PHP]
    bool get_ClientAuthentication()
    void set_ClientAuthentication(bool $Value)

[Java]
    boolean getClientAuthentication();
    void setClientAuthentication(boolean Value);

Description

    This property defines whether certificate is intended for client authentication.

See also:     CodeSigning     EmailProtection     ServerAuthentication     TimeStamping    

Discuss this help topic in SecureBlackbox Forum