Click or drag to resize
AuthenticationSupportServiceAuthenticationSupportGetTicketInfo Method

Namespace: PDTec.IceNet.Web.Service.TicketBased
Assembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
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