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