るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.126秒)
トップページ > クエリ:e[x] > クエリ:algorithm[x] > クエリ:DigestAuth[x]

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. matrix determinant_e

ライブラリ

モジュール

検索結果

WEBrick::Config::DigestAuth -> Hash (24229.0)

WEBrick::HTTPAuth::DigestAuth の設定のデフォルト値を保持したハッシュです。

...WEBrick::HTTPAuth::DigestAuth の設定のデフォルト値を保持したハッシュです。

require 'webrick'
WEBrick::Config::DigestAuth = {
:Algorithm => 'MD5-sess', # or 'MD5'
:Domain => nil, # an array includes domain names.
:Qop...
...:UseOpaque => true,
:UseNextNonce => false,
:CheckNc => false,
:UseAuthenticationInfoHeader => true,
:AutoReloadUserDB => true,
:NonceExpirePeriod => 30*60,
:NonceExpireDelta => 60,
:InternetExplorerHack => true,...
...:OperaHack => true,
}...

WEBrick::HTTPAuth::DigestAuth#algorithm -> String (24101.0)

アルゴリズムを表す文字列を返します。

アルゴリズムを表す文字列を返します。