次の方法で共有


ServiceConfiguration.LoadConfiguration メソッド

Loads the settings for the ServiceConfiguration from the application or web configuration file.

名前空間: Microsoft.IdentityModel.Configuration
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)

使用方法

    Dim element As ServiceElement

Me.LoadConfiguration(element)

構文

'宣言
Protected Sub LoadConfiguration ( _
    element As ServiceElement _
)
protected void LoadConfiguration (
    ServiceElement element
)
protected:
void LoadConfiguration (
    ServiceElement^ element
)
protected void LoadConfiguration (
    ServiceElement element
)
protected function LoadConfiguration (
    element : ServiceElement
)

パラメーター

  • element
     

例外

例外の種類 条件

解説

If there is no configuration file, or the named section does not exist, then no exception is thrown; instead the class is loaded with a set of default values.

スレッド セーフ

この型のパブリックな静的 (Visual Basic では共有) メンバーは、すべてスレッド セーフです。インスタンス メンバーはすべて、スレッド セーフであることが保証されません。

プラットフォーム

開発プラットフォーム

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

関連項目

参照

ServiceConfiguration クラス
ServiceConfiguration メンバー
Microsoft.IdentityModel.Configuration 名前空間