るりまサーチ

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

別のキーワード

  1. _builtin dig
  2. float dig
  3. float mant_dig
  4. _builtin mant_dig
  5. hash dig

ライブラリ

モジュール

検索結果

WEBrick::Config::DigestAuth -> Hash (30329.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...
...'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,
}...

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

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

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