Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.GSSDelegateCredentials

TElSSHBaseClient     See also     


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


Specifies whether GSS credentials are delegated.

Declaration

[C#]
    bool GSSDelegateCredentials;

[VB.NET]
    Property GSSDelegateCredentials As Boolean

[Pascal]
    property GSSDelegateCredentials : Boolean;

[C++]
    bool get_GSSDelegateCredentials();
    void set_GSSDelegateCredentials(bool Value);

[PHP]
    bool get_GSSDelegateCredentials()
    void set_GSSDelegateCredentials(bool $Value)

[Java]
    not available

Description

Use this property to switch on or off GSS credentials delegation.

See also:     GSSHostName     GSSMechanism     Authenticate via GSS API    

Discuss this help topic in SecureBlackbox Forum