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

hasPassword

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

Declaration 宣言

@property(readonly) BOOL hasPassword;

Discussion 議論

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

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 YES—getting the password may fail, or the user may refuse access. この資格情報のもつパスワードがユーザのもつキーチェーンの中に格納されるならば、passwordnilを返すかもしれません、たとえこのメソッドがYESを返すとしても — パスワードを取得することは失敗するかもしれません、またはユーザはアクセスを断るかもしれません。

See Also 参照

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