次のコードで混乱しています。ここで無効になっているようですか?
public bool GetFormsCredentials(out Cookie authCookie, out string userName, out string password, out string authority) {
authCookie = null;
userName = password = authority = null;
return false;
}
このように見えるべきではありませんか?
userName = myName
password = 12345
authority = someAuthority