Authenticator.PasswordAuthentication プロパティ

定義

パスワード承認が必要な場合に呼び出されます。

protected virtual Java.Net.PasswordAuthentication? PasswordAuthentication { [Android.Runtime.Register("getPasswordAuthentication", "()Ljava/net/PasswordAuthentication;", "GetGetPasswordAuthenticationHandler")] get; }
[<get: Android.Runtime.Register("getPasswordAuthentication", "()Ljava/net/PasswordAuthentication;", "GetGetPasswordAuthenticationHandler")>]
member this.PasswordAuthentication : Java.Net.PasswordAuthentication

プロパティ値

ユーザーから収集された PasswordAuthentication。指定されていない場合は null。

属性

注釈

パスワード承認が必要な場合に呼び出されます。 サブクラスは、null を返す既定の実装をオーバーライドする必要があります。

java.net.Authenticator.getPasswordAuthentication()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象