Apache.Hadoop.Hive.ThriftHiveMetastore.Client.get_delegation_token_with_signature C# (CSharp) Method

get_delegation_token_with_signature() public method

public get_delegation_token_with_signature ( string renewer_kerberos_principal_name, string token_signature ) : string
renewer_kerberos_principal_name string
token_signature string
return string
            public string get_delegation_token_with_signature(string renewer_kerberos_principal_name, string token_signature)
            {
                send_get_delegation_token_with_signature(renewer_kerberos_principal_name, token_signature);
                return recv_get_delegation_token_with_signature();
            }
ThriftHiveMetastore.Client