AuthenticatorGetAuthToken Method (String, String, String, IPAddress, Int32, DateTime, Int32, DateTime) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Retrieves an authentication token from the GeoStream server.
Namespace:
Telogis.GeoBase.Authentication
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static Guid GetAuthToken(
string server,
string username,
string password,
IPAddress client,
int mask,
DateTime expiry,
out int servermask,
out DateTime serverexpiry
)
Public Shared Function GetAuthToken (
server As String,
username As String,
password As String,
client As IPAddress,
mask As Integer,
expiry As DateTime,
<OutAttribute> ByRef servermask As Integer,
<OutAttribute> ByRef serverexpiry As DateTime
) As Guid
Parameters
- server
- Type: SystemString
The address of the GeoStream web server. - username
- Type: SystemString
The client's user name. - password
- Type: SystemString
The client's password. - client
- Type: System.NetIPAddress
The client's IP address. - mask
- Type: SystemInt32
The client's mask. - expiry
- Type: SystemDateTime
The token's absolute expiration date and time. - servermask
- Type: SystemInt32
The server's mask. - serverexpiry
- Type: SystemDateTime
The server's absolute expiration date and time.
Return Value
Type:
GuidThe authentication token resulting from the method.
See Also