Discuss this help topic in SecureBlackbox Forum

TElSSHBaseClient.GSSHostName

TElSSHBaseClient     See also     


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


This property specifies the host name for GSS authentication.

Declaration

[C#]
    string GSSHostName;

[VB.NET]
    Property GSSHostName As String

[Pascal]
    property GSSHostName : string;

[C++]
    void get_GSSHostName(std::string &OutResult);
    void set_GSSHostName(const std::string &Value);

[PHP]
    string get_GSSHostName()
    void set_GSSHostName(string $Value)

[Java]
    not available

Description

Assign to this property a fully qualified domain name (FQDN, e.g., 'hostname.com') or a principal name (e.g., 'host@hostname.com') or a cross-realm ticket-granting ticket (TGT) (e.g., 'krbtgt/test.com@example.com').

See also:     GSSDelegateCredentiala     GSSMechanism     Authenticate via GSS API    

Discuss this help topic in SecureBlackbox Forum