Instance Method
インスタンスメソッド
removeCredential:forProtectionSpace:options:
Removes the specified credential from the credential storage for the specified protection space using the given options.
指定された保護空間に対する資格情報ストレーシからこの指定された資格情報を取り除きます、与えられたオプションを使います。
Discussion
議論
The credential is removed from both persistent and temporary storage.
資格情報は、持続的なそして一時的なストレージの両方から取り除かれます。
If you override this method, also override removeCredential:forProtectionSpace:options:task:
.
あなたがこのメソッドをオーバーライドするならば、またremoveCredential:forProtectionSpace:options:task:
もオーバーライドしてください。
See Also
参照
Adding and Removing Credentials
資格情報の追加と除去
- removeCredential:forProtectionSpace:options:task:
Removes the specified credential from the credential storage for the specified protection space, on behalf of the given task and using the given options.
指定された保護空間に対する資格情報ストレーシからこの指定された資格情報を取り除きます、与えられたタスクに代わってそして与えられたオプションを使います。
- setCredential:forProtectionSpace:task:
Adds a credential to the credential storage for the specified protection space, on behalf of the specified task.
ある資格情報をこの指定された保護空間に対する資格情報ストレージに加えます、指定されたタスクに代わって。