Edit

Share via


NSUrlCredential.HasPassword Property

Definition

Gets a value indicating whether the current NSUrlCredential has a password.

public virtual bool HasPassword { [Foundation.Export("hasPassword")] get; }
member this.HasPassword : bool

Property Value

true if it does, false otherwise.

Attributes

Remarks

If the value is true, then you can access the Password property.

Applies to