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.
この資格情報のもつパスワードがユーザのもつキーチェーンの中に格納されるならば、password
はnil
を返すかもしれません、たとえこのメソッドがYES
を返すとしても — パスワードを取得することは失敗するかもしれません、またはユーザはアクセスを断るかもしれません。
See Also
参照
Getting Credential Properties
資格情報プロパティを取得する
user
The credential’s user name.
その資格情報のもつユーザ名。
certificates
The intermediate certificates of the credential, if it is a client certificate credential.
その資格情報の中間証明書、もしそれがクライアント証明書資格情報であるならば。
password
The credential’s password.
資格情報のもつパスワード。
identity
The identity of this credential if it is a client certificate credential.
この資格情報のアイデンティティ、それがクライアント証明書資格情報であるならば
persistence
The credential’s persistence setting.
資格情報のもつ持続性設定。