NSUrlCredential.Password Property

Definition

Gets the password for this NSUrlCredential.

public virtual string Password { [Foundation.Export("password")] get; }
member this.Password : string

Property Value

Attributes

Remarks

You should probe if there is a password by first calling HasPassword.

Applies to