AuthenticatorGenerateAuthToken Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Generates an authentication token from the web application server.
Namespace:
Telogis.GeoBase.Authentication
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static Guid GenerateAuthToken(
Guid serverKey,
ulong userId,
string password,
IPAddress client,
uint mask,
DateTime expiry
)
Public Shared Function GenerateAuthToken (
serverKey As Guid,
userId As ULong,
password As String,
client As IPAddress,
mask As UInteger,
expiry As DateTime
) As Guid
Parameters
- serverKey
- Type: SystemGuid
The server key. - userId
- Type: SystemUInt64
The client's user ID. - password
- Type: SystemString
The client's password. - client
- Type: System.NetIPAddress
The client's IP address. - mask
- Type: SystemUInt32
The server's IP mask - expiry
- Type: SystemDateTime
The token's expiration date and time.
Return Value
Type:
GuidThe authentication token resulting from the method.
See Also