Class

NSURLCredential

An authentication credential consisting of information specific to the type of credential and the type of persistent storage to use, if any. る資格情報の型と、もしあれば、使用する永続ストレージの型に特有の情報から成る、ある認証(オーセンティケーション)資格情報。

Declaration 宣言

@interface NSURLCredential : NSObject

Overview 概要

The URL Loading System supports password-based user credentials, certificate-based user credentials, and certificate-based server credentials. URLローディングシステムは、パスワード基盤のユーザ資格情報、証明書基盤のユーザ資格情報、そして証明書基盤のサーバ資格情報をサポートします。

When you create a credential, you can specify it for a single request, persist it temporarily (until your app quits), or persist it permanently. Permanent persistence can be local persistence in the keychain, or synchronized persistence across the user's devices, based on their Apple ID. あなたがある資格情報を作成する場合、あなたはそれをある単一のリクエストに対して指定できます、それを一時的に存続させて(あなたのアプリが終了するまで)、またはそれを永久的に存続させて。永久的な存続は、キーチェーンにおけるローカル存続、またはユーザのもつデバイスを越えて彼らのApple IDに基づいて同期される存続が可能です。

Topics 話題

Creating a Credential 資格情報を作成する

Getting Credential Properties 資格情報プロパティを取得する

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Authentication and Credentials 認証と資格情報