Results of 1 - 10 of about 104 for AUTH (0.004 sec.)
- sodium_crypto_auth で使う、ランダムな鍵を生成する 11204
- « sodium_crypto_aead_xchacha20poly1305_ietf_keygen sodium_crypto_auth_verify » PHP Manual Sodium
...
関数 sodium_crypto_auth で使う、ランダムな鍵を生成する sodium_crypto_auth_ ...
keygen (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_auth_keygen — sodium_crypto_auth で使う、ランダムな鍵を ...
生成する 説明 sodium_crypto_auth_keygen (): string sodium_crypto_auth() や sodium_c ...
rypto_auth_verify() で使う鍵を生成します。 パラメータ この関数 ...
-
https://man.plustar.jp/php/function.sodium-crypto-auth-keygen.html
- [similar]
- "none" として認証する 10032
- « ssh2_auth_hostbased_file ssh2_auth_password » PHP Manual SSH2 関数 "none" として認証する ssh2_
...
auth_none (PECL ssh2 >= 0.9.0) ssh2_auth_none — "none" として認証する 説明 ssh2_auth_none ( ...
tion = ssh2_connect ( 'shell.example.com' , 22 ); $auth_methods = ssh2_auth_none ( $connection , 'user' ); ...
if ( in_array ( 'password' , $auth_methods )) { echo "Server supports password based ...
entication\n" ; } ?> 関連キーワード: none , 認証 , auth , メソッド , username , 関数 , 取得 , session , 失 ...
-
https://man.plustar.jp/php/function.ssh2-auth-none.html
- [similar]
- 認証パラメータを設定する 9942
- « svn_auth_get_parameter svn_blame » PHP Manual SVN 関数 認証パラメータを設定する svn_auth_set_p
...
arameter (PECL svn >= 0.1.0) svn_auth_set_parameter — 認証パラメータを設定する 説明 svn_ ...
ルトのパスワードを 'abc123' に設定します。 <?php svn_auth_set_parameter ( SVN_AUTH_PARAM_DEFAULT_USERNAME , ...
'Bob' ); svn_auth_set_parameter ( SVN_AUTH_PARAM_DEFAULT_PASSWORD , ...
す。 この関数は自己責任で使用してください。 参考 svn_auth_get_parameter() - 認証パラメータを取得する 認証定数 ...
-
https://man.plustar.jp/php/function.svn-auth-set-parameter.html
- [similar]
- 認証方式を設定する 9942
- « OAuth::getRequestToken OAuth::setCAPath » PHP Manual OAuth 認証方式を設定する OAuth::setAuthTy
...
pe (PECL OAuth >= 0.99.1) OAuth::setAuthType — 認証方式を設定する ...
説明 public OAuth::setAuthType ( int $auth_type ): bool OAuth パラメ ...
ータをどこで渡すかを設定します。 パラメータ auth_type auth_type は、次のフラグ (OAuth 1.0 section 5 ...
.2 において優先度の高い順) のいずれかです。 OAUTH_AUTH_TYPE_AUTHORIZATION OAuth パラメータを HTTP Au ...
-
https://man.plustar.jp/php/oauth.setauthtype.html
- [similar]
- 定義済み定数 9478
- « リソース型 SVN 関数 » PHP Manual SVN 定義済み定数 定義済み定数 以下の定数が定義されています。
...
) HEAD リビジョンを指すマジックナンバー (-1)。 svn_auth_set_parameter() で使用する定数 SVN_AUTH_PARAM_DEFA ...
使用するデフォルトのユーザー名を表すプロパティ。 SVN_AUTH_PARAM_DEFAULT_PASSWORD ( string ) ベーシック認証で ...
使用するデフォルトのパスワードを表すプロパティ。 SVN_AUTH_PARAM_NON_INTERACTIVE ( string ) SVN_AUTH_PARAM_DO ...
NT_STORE_PASSWORDS ( string ) SVN_AUTH_PARAM_NO_AUTH_CACHE ( string ) SVN_AUTH_PARAM_SSL_ ...
-
https://man.plustar.jp/php/svn.constants.html
- [similar]
- PHP による HTTP 認証 9285
- « 機能 クッキー(Cookies) » PHP Manual 機能 PHP による HTTP 認証 PHP による HTTP 認証 header() 関
...
数を使うと、 "Authentication Required" メッセージをクライアントブラウ ...
プトを含むその URL は、次回以降、 定義済みの変数 PHP_AUTH_USER と、 PHP_AUTH_PW と、 PHP_AUTH_TYPE にそれぞれ ...
ic HTTP 認証の例 <?php if (!isset( $_SERVER [ 'PHP_AUTH_USER' ])) { header ( "WWW-Authenticate: Basic real ...
m=\"My Realm\"" ); header ( "HTTP/1.0 401 Unauthorized" ); echo "ユーザーがキャンセルボタンを押した ...
-
https://man.plustar.jp/php/features.http-auth.html
- [similar]
- メッセージのタグが有効かどうかを検証する 9053
- « sodium_crypto_auth_keygen sodium_crypto_auth » PHP Manual Sodium 関数 メッセージのタグが有効か
...
どうかを検証する sodium_crypto_auth_verify (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_auth_ ...
ジのタグが有効かどうかを検証する 説明 sodium_crypto_auth_verify ( string $mac , string $message , string $k ...
、対称鍵による認証です) パラメータ mac sodium_crypto_auth() によって生成された認証タグ message メッセージ ke ...
ワード: メッセージ , 検証 , タグ , sodium , crypto , auth , 認証 , verify , string , key ...
-
https://man.plustar.jp/php/function.sodium-crypto-auth-verify.html
- [similar]
- SSH の認証を、ssh agent を使って行う 9053
- « SSH2 関数 ssh2_auth_hostbased_file » PHP Manual SSH2 関数 SSH の認証を、ssh agent を使って行う
...
ssh2_auth_agent (PECL ssh2 >= 0.12) ssh2_auth_agent — SSH の ...
認証を、ssh agent を使って行う 説明 ssh2_auth_agent ( resource $session , string $username ): bo ...
の認証を、ssh agent を使って行います。 注意 : ssh2_auth_agent() 関数が使えるのは、 ssh2 拡張モジュールのコ ...
h2_connect ( 'shell.example.com' , 22 ); if ( ssh2_auth_agent ( $connection , 'username' )) { echo "Authen ...
-
https://man.plustar.jp/php/function.ssh2-auth-agent.html
- [similar]
- ホスト公開鍵を使用して認証を行う 9015
- « ssh2_auth_agent ssh2_auth_none » PHP Manual SSH2 関数 ホスト公開鍵を使用して認証を行う ssh2_auth
...
th_hostbased_file (PECL ssh2 >= 0.9.0) ssh2_auth_hostbased_file — ホスト公開鍵を使用して認証を行う ...
説明 ssh2_auth_hostbased_file ( resource $session , string $usern ...
, 22 , array( 'hostkey' => 'ssh-rsa' )); if ( ssh2_auth_hostbased_file ( $connection , 'remoteusername' , ...
, 'localusername' )) { echo "Public Key Hostbased Authentication Successful\n" ; } else { die( 'Public Ke ...
-
https://man.plustar.jp/php/function.ssh2-auth-hostbased-file.html
- [similar]
- SSH 上でプレーンなパスワードを使用した認証を行う 8873
- « ssh2_auth_none ssh2_auth_pubkey_file » PHP Manual SSH2 関数 SSH 上でプレーンなパスワードを使用
...
した認証を行う ssh2_auth_password (PECL ssh2 >= 0.9.0) ssh2_auth_password — ...
でプレーンなパスワードを使用した認証を行う 説明 ssh2_auth_password ( resource $session , string $username , ...
h2_connect ( 'shell.example.com' , 22 ); if ( ssh2_auth_password ( $connection , 'username' , 'secret' )) ...
{ echo "Authentication Successful!\n" ; } else { die( 'Authenti ...
-
https://man.plustar.jp/php/function.ssh2-auth-password.html
- [similar]