Java.Net.Authenticator.RequestPasswordAuthentication Method
Invokes the methods of the registered authenticator to get the authentication info.

Syntax

[Android.Runtime.Register("requestPasswordAuthentication", "(Ljava/net/InetAddress;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/net/PasswordAuthentication;", "")]
public static PasswordAuthentication RequestPasswordAuthentication (InetAddress rAddr, int rPort, string rProtocol, string rPrompt, string rScheme)

Parameters

rAddr
address of the connection that requests authentication.
rPort
port of the connection that requests authentication.
rProtocol
protocol of the connection that requests authentication.
rPrompt
realm of the connection that requests authentication.
rScheme
scheme of the connection that requests authentication.

Returns

Documentation for this section has not yet been entered.

Remarks

Invokes the methods of the registered authenticator to get the authentication info.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1