LoadExplorerUtil(String,String,Int64,String) Method
Loads an interface for making calls into Vault Explorer.
Syntax
public static IExplorerUtil LoadExplorerUtil(
System.string server,
System.string vaultName,
System.long userId,
System.string ticket
)Public Overloads Shared Function LoadExplorerUtil( _
ByVal server As System.String, _
ByVal vaultName As System.String, _
ByVal userId As System.Long, _
ByVal ticket As System.String _
) As IExplorerUtilParameters
| Name | Description |
|---|---|
| server | The server to connect to. |
| vaultName | The vault name. |
| userId | The ID of the logged in user. |
| ticket | The authentication ticket. |
Return Value
An interface for making calls into Vault Explorer.