Click or drag to resize

TicketBasedWebServiceCreateHmacTicket Method

Namespace:  PDTec.IceNet.Web.Service.TicketBased
Assembly:  PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static string CreateHmacTicket(
	string userName,
	DateTime expirationTime,
	string data,
	byte[] hmacKey
)

Parameters

userName
Type: SystemString
expirationTime
Type: SystemDateTime
data
Type: SystemString
hmacKey
Type: SystemByte

Return Value

Type: String
See Also