Discuss this help topic in SecureBlackbox Forum

TElExtendedKeyUsageExtension.ServerAuthentication

TElExtendedKeyUsageExtension     See also     


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


This property defines whether certificate is intended for server authentication.

Declaration

[C#]
    bool ServerAuthentication;

[VB.NET]
    Property ServerAuthentication As Boolean

[Pascal]
    property ServerAuthentication : boolean;

[C++]
    bool get_ServerAuthentication();
    void set_ServerAuthentication(bool Value);

[PHP]
    bool get_ServerAuthentication()
    void set_ServerAuthentication(bool $Value)

[Java]
    boolean getServerAuthentication();
    void setServerAuthentication(boolean Value);

Description

    This property defines whether certificate is intended for server authentication.

See also:     ClientAuthentication     CodeSigning     EmailProtection     TimeStamping    

Discuss this help topic in SecureBlackbox Forum