+ credentialWithUser:password:persistence:
+ credentialWithIdentity:certificates:persistence:
- initWithIdentity:certificates:persistence:
- initWithTrust:
- initWithUser:password:persistence:
NSURLCredentialPersistence
Availability 有効性
Technology
+ (NSURLCredential
*)credentialForTrust:(SecTrustRef
)trust;
trust
The accepted trust. 受け入れられた信用。
A new URL credential object, containing the accepted server trust. 新しいURL資格情報オブジェクト、受け入れられたサーバ信用を含んでいます。
Before creating a server trust credential, it is the responsibility of the delegate of an NSURLConnection
instance or an NSURLDownload
instance to evaluate the trust. Do this by calling Sec
, passing it the trust obtained from the server
method of the server’s NSURLProtection
instance. If the trust is invalid, the authentication challenge should be cancelled with cancel
.
サーバ信用資格情報を作成する前に、その信用を評価するのはNSURLConnection
インスタンスの委任先またはNSURLDownload
インスタンスの責任です。これをSec
を呼び出すことによって行ってください、それにサーバのもつNSURLProtection
インスタンスのserver
メソッドから入手された信用を渡してください。信用が無効ならば、認証チャレンジはcancel
で取り消されるべきです。
+ credentialWithUser:password:persistence:
+ credentialWithIdentity:certificates:persistence:
- initWithIdentity:certificates:persistence:
- initWithTrust:
- initWithUser:password:persistence:
NSURLCredentialPersistence