認証設定

C# | Visual Basic | Visual C++ |
public class AuthConfigSection : ConfigurationSection
Public Class AuthConfigSection _ Inherits ConfigurationSection
public ref class AuthConfigSection : public ConfigurationSection

すべてのメンバ | コンストラクタ | プロパティ | |||
メンバ | 説明 | |
---|---|---|
![]() | AuthConfigSection()()() |
デフォルト構築
|
![]() | Connection |
接続設定
|
![]() | HashMethod |
hash方法 (MD5|SHA1)
クライアントが送るcredential = hash(hash(password) + salt)
|
![]() | ProviderClass |
認証プロバイダー実装クラス
|
![]() | Salt |
塩
|
![]() | sessionName |
セッション名称
|
![]() | StorageClass |
Storage実装クラス
|

Object | |||
![]() | ConfigurationElement | ||
![]() | ConfigurationSection | ||
![]() | AuthConfigSection |