- removeCredential:forProtectionSpace:
Removes the specified credential from the credential storage for the specified protection space.
指定された保護空間に対する資格情報ストレージからこの指定された資格情報を取り除きます。
- removeCredential:forProtectionSpace:options:
Removes the specified credential from the credential storage for the specified protection space using the given options.
指定された保護空間に対する資格情報ストレーシからこの指定された資格情報を取り除きます、与えられたオプションを使います。
- 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.
指定された保護空間に対する資格情報ストレーシからこの指定された資格情報を取り除きます、与えられたタスクに代わってそして与えられたオプションを使います。
Dictionary Key for Credential Removal Options
資格情報除去オプションに対する辞書キー
Key used by the options dictionary passed in
removeCredential:forProtectionSpace:options:
.
removeCredential:forProtectionSpace:options:
において渡されるオプション辞書によって使われるキー。
- setCredential:forProtectionSpace:
Adds a credential to the credential storage for the specified protection space.
ある資格情報をこの指定された保護空間に対する資格情報ストレージに加えます。