共用方式為


NSUrlCredential.HasPassword 屬性

定義

取得值,指出目前的 NSUrlCredential 是否有密碼。

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

屬性值

如果確實為 true,則為 false;否則為 false。

屬性

備註

如果值為 true,則您可以存取 Password 屬性。

適用於