init(identity: SecIdentity, certificates: [Any]?, persistence: URLCredential.Persistence)
init(trust: SecTrust)
enum URLCredential.Persistence
Availability 有効性
Technology
init(user: String
,
password: String
,
persistence: URLCredential
.Persistence
)
user
The user for the credential. 資格情報に対するユーザ。
password
The password for user
.
user
に対するパスワード。
persistence
A URLCredential
value indicating whether the credential should be stored permanently, for the duration of the current session, or not at all.
資格情報が格納されるのは、永久に、現在のセッションの間に対して、または少しもされないべきかを指し示しているURLCredential
値。
An instance of URLCredential
, initialized with user name user
, password password
, and using persistence setting persistence
.
URLCredential
のあるインスタンス、それはユーザ名user
、パスワードpassword
、そして持続性設定persistence
を使って初期化されます。
If persistence
is URLCredential
, the credential is stored in the keychain. If persistence
is URLCredential
, it is also stored to the user’s other devices.
persistence
がURLCredential
ならば、資格情報はキーチェーンの中に格納されます。persistence
がURLCredential
ならば、それはまたユーザのもつ他のデバイスに格納されます。
init(identity: SecIdentity, certificates: [Any]?, persistence: URLCredential.Persistence)
init(trust: SecTrust)
enum URLCredential.Persistence
+ credentialWithUser:password:persistence: