Global Variable グローバル変数

NSURLAuthenticationMethodHTMLForm

Use HTML form authentication for this protection space. この保護空間に対してHTML形式認証を使います。

Declaration 宣言

let NSURLAuthenticationMethodHTMLForm: String

Discussion 議論

The URL loading system never issues authentication challenges based on this authentication method. However, if your app authenticates by submitting a web form (or in some other protocol-neutral way), you can specify this protection space when you persist or look up credentials using the URLCredentialStorage class. URLローディングシステムは、決してこの認証メソッドに基づく認証チャレンジを発令しません。しかしながら、あなたのアプリがあるウェブ形式に従うことによって(または何らかの他のプロトコル中立の方法において)認証するならば、あなたはこの保護空間を指定することが、あなたが資格情報の持続または検索をURLCredentialStorageクラスを使って行う場合には可能です。

See Also 参照

Task-Specific Authentication Challenges タスク特有認証チャレンジ