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

setDefaultCredential:forProtectionSpace:

Sets the default credential for a specified protection space. 指定された保護空間に対する省略時の資格情報を設定します。

Declaration 宣言

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

Parameters パラメータ

credential

The URL credential to set as the default for space. If the receiver does not contain credential in the specified protection space it will be added. spaceに対して初期設定として設定されるURL資格情報。レシーバがcredentialをこの指定された保護空間において含まないならば、それは加えられるでしょう。

space

The protection space whose default credential is being set. それの初期状態の資格情報が設定される保護空間。

Discussion 議論

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

See Also 参照

Getting and Setting Default Credentials 省略時の資格情報の取得と設定