るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.083秒)
トップページ > クエリ:n[x] > クエリ:algorithm[x] > 種類:定数[x]

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. rsa n=
  3. pop n_bytes
  4. rsa n
  5. pop3 n_bytes

ライブラリ

モジュール

検索結果

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

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

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