Lenguaje

Authenticator.PasswordAuthentication Propiedad

Definición

Se llama cuando se necesita autorización de contraseña.

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

Valor de propiedad

PasswordAuthentication recopilado del usuario o null si no se proporciona ninguno.

Atributos

Comentarios

Se llama cuando se necesita autorización de contraseña. Las subclases deben invalidar la implementación predeterminada, que devuelve null.

Java documentación para java.net.Authenticator.getPasswordAuthentication().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a