Instance Method インスタンスメソッド

removeCredential:forProtectionSpace:

Removes the specified credential from the credential storage for the specified protection space. 指定された保護空間に対する資格情報ストレージからこの指定された資格情報を取り除きます。

Declaration 宣言

- (void)removeCredential:(NSURLCredential *)credential 
      forProtectionSpace:(NSURLProtectionSpace *)space;

Parameters パラメータ

credential

The credential to remove. 取り除く資格情報。

space

The protection space from which to remove the credential. それからこの資格情報を取り除くことになる保護空間。

Discussion 議論

If you override this method, also override removeCredential:forProtectionSpace:options:task:. あなたがこのメソッドをオーバーライドするならば、またremoveCredential:forProtectionSpace:options:task:もオーバーライドしてください。

See Also 参照

Adding and Removing Credentials 資格情報の追加と除去