Click or drag to resize

AuthenticationSupportServiceAuthenticationSupportGetTicketInfo 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 void AuthenticationSupportGetTicketInfo(
	string ticket,
	out string userName,
	out int expiration
)

Parameters

ticket
Type: SystemString
userName
Type: SystemString
expiration
Type: SystemInt32
See Also