+ credentialForTrust:
+ credentialWithIdentity:certificates:persistence:
- initWithIdentity:certificates:persistence:
- initWithTrust:
- initWithUser:password:persistence:
NSURLCredentialPersistence
Availability 有効性
Technology
+ (NSURLCredential
*)credentialWithUser:(NSString
*)user
password:(NSString
*)password
persistence:(NSURLCredentialPersistence
)persistence;
user
The user for the credential. 資格情報に対するユーザ。
password
The password for user
.
user
に対するパスワード。
persistence
A NSURLCredential
value indicating whether the credential should be stored permanently, for the duration of the current session, or not at all.
資格情報が格納されるのは、永久に、現在のセッションの間に対して、または少しもされないべきかを指し示しているNSURLCredential
値。
A new URL credential object with user name user
, password password
, and using persistence setting persistence
.
ある新しいURL資格情報オブジェクト、それはユーザ名user
、パスワードpassword
を持ちます、そして持続設定persistence
を使っています。
If persistence
is NSURLCredential
, the credential is stored in the keychain. If persistence
is NSURLCredential
, it is also synchronized to the user’s other devices.
persistence
がNSURLCredential
ならば、資格情報はキーチェーンの中に格納されます。persistence
がNSURLCredential
ならば、それはまたユーザのもつ他のデバイスと同期されます。
+ credentialForTrust:
+ credentialWithIdentity:certificates:persistence:
- initWithIdentity:certificates:persistence:
- initWithTrust:
- initWithUser:password:persistence:
NSURLCredentialPersistence