Instance Property インスタンスプロパティ

hasPassword

A Boolean value that indicates whether the credential has a password. あるブール値、それは資格情報がパスワードを持つかどうかを指し示します。

Declaration 宣言

var hasPassword: Bool { get }

Discussion 議論

This value is true if the receiver has a password, false otherwise. この値はtrueです、もしレシーバがパスワードを持つならば、そうでなければfalse

This method does not attempt to retrieve the password. このメソッドは、パスワードを取って来ようとしません。

If this credential's password is stored in the user’s keychain, password may return nil even if this method returns true—getting the password may fail, or the user may refuse access. この資格情報のもつパスワードがユーザのもつキーチェーンの中に格納されるならば、passwordnilを返すかもしれません、たとえこのメソッドがtrueを返すとしても — パスワードを取得することは失敗するかもしれません、またはユーザはアクセスを断るかもしれません。

See Also 参照

Getting Credential Properties 資格情報プロパティを取得する