Java.Net.Authenticator.PasswordAuthentication Property
Returns the collected username and password for authorization.

Syntax

[get: Android.Runtime.Register("getPasswordAuthentication", "()Ljava/net/PasswordAuthentication;", "GetGetPasswordAuthenticationHandler")]
protected virtual PasswordAuthentication PasswordAuthentication { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the collected username and password for authorization. The subclass has to override this method to return a value different to the default which is null.

Returns null by default.

[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