検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 29 for authentication (0.002 sec.)
公開鍵を使用した認証を行う 8125
« ssh2_auth_password ssh2_connect » PHP Manual SSH2 関数 公開鍵を使用した認証を行う ssh2_auth_pu ... name/.ssh/id_rsa' , 'secret' )) { echo "Public Key Authentication Successful\n" ; } else { die( 'Public Key Authenti ...
https://man.plustar.jp/php/function.ssh2-auth-pubkey-file.html - [similar]
与えられたキーから導出されるHKDFキーを生成する 7913
« hash_final hash_hmac_algos » PHP Manual Hash 関数 与えられたキーから導出されるHKDFキーを生成す ... $inputKey , 32 , 'aes-256-encryption' , $salt ); $authenticationKey = hash_hkdf ( 'sha256' , $inputKey , 32 , 'sha- ... 256-authentication' , $salt ); var_dump ( $encryptionKey !== $authent ... l(true) ?> 上の例は、AES-256 encryption と SHA-256 authentication をそれぞれ使い、 encrypt-then-HMAC を生成する用途に ...
https://man.plustar.jp/php/function.hash-hkdf.html - [similar]
Connection handling and persistence 7913
« Architecture Persisting Data » PHP Manual Driver Architecture and Internals Connection handlin ... s, which allows it to re-use database connections, authentication states, and topology information across multiple r ... r persists individual database connections but not authentication state or topology information. This means that the ...
https://man.plustar.jp/php/mongodb.connection-handling.html - [similar]
The ZookeeperAuthenticationException class 7701
« ZookeeperException ZookeeperConnectionException » PHP Manual ZooKeeper The ZookeeperAuthentication ... tionException class The ZookeeperAuthenticationException class (PECL zookeeper >= 0.3.0) はじめに ... The ZooKeeper authentication exception handling class. クラス概要 class Zookeep ... erAuthenticationException extends ZookeeperException { /* 継承したプ ... ::__clone (): void } 関連キーワード: Exception , erAuthenticationException , public , string , final , Z , e , o , p ...
https://man.plustar.jp/php/class.zookeeperauthenticationexception.html - [similar]
はじめに 7488
« Radius インストール/設定 » PHP Manual Radius はじめに はじめに このパッケージは、FreeBSD の li ... bradius (Remote Authentication Dial In User Service) をもとにしたものです。 クライ ...
https://man.plustar.jp/php/intro.radius.html - [similar]
要件 7488
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 As of version 1.8. ... SASL is an optional dependency to support Kerberos authentication and will be used if available. 注意 : Due to poten ...
https://man.plustar.jp/php/mongodb.requirements.html - [similar]
"none" として認証する 7374
« ssh2_auth_hostbased_file ssh2_auth_password » PHP Manual SSH2 関数 "none" として認証する ssh2_ ... _methods )) { echo "Server supports password based authentication\n" ; } ?> 関連キーワード: none , 認証 , auth , メソ ...
https://man.plustar.jp/php/function.ssh2-auth-none.html - [similar]
現在のセッションIDを新しく生成したものと置き換える 7276
« session_name session_register_shutdown » PHP Manual セッション関数 現在のセッションIDを新しく生 ... ッションから、全ての認証ステータスを削除 remove_all_authentication_flag_from_active_sessions ( $_SESSION [ 'userid' ] ... ッションから、全ての認証ステータスを削除 remove_all_authentication_flag_from_active_sessions ( $_SESSION [ 'userid' ] ...
https://man.plustar.jp/php/function.session-regenerate-id.html - [similar]
SoapClient のコンストラクタ 7276
« SoapClient::__call SoapClient::__doRequest » PHP Manual SoapClient SoapClient のコンストラクタ ... を指定します。 省略した場合は、SOAP 1.1 を使います。 authentication int HTTP 認証をリクエスト時に使う際の、 認証方法を ... 指定します。 SOAP_AUTHENTICATION_BASIC と SOAP_AUTHENTICATION_DIGEST が指定できます ...
https://man.plustar.jp/php/soapclient.construct.html - [similar]
PHP による HTTP 認証 7162
« 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関 ... 数を使うと、 "Authentication Required" メッセージをクライアントブラウザに送るこ ... () { header ( 'WWW-Authenticate: Basic realm="Test Authentication System"' ); header ( 'HTTP/1.0 401 Unauthorized' ) ...
https://man.plustar.jp/php/features.http-auth.html - [similar]
PREV 1 2 3 NEXT