Implemented interface member:
method
Validate
System.Web.SessionState.ISessionIDManager.Validate(System.String)
1 reference to Validate
System.Web (1)
State\SessionIDManager.cs (1)
210return CheckIdLength(id, throwOnIdCheck) && Validate(id);