public static bool Authenticate( string name, string password, out Guid userId )
Public Shared Function Authenticate ( name As String, password As String, <OutAttribute> ByRef userId As Guid ) As Boolean
In This Article