NSUrlCredential.Password Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.