FederatedAuthentication.ServiceConfigurationCreated 事件

命名空间: Microsoft.IdentityModel.Web
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

    Dim handler As EventHandler(Of ServiceConfigurationCreatedEventArgs)

AddHandler FederatedAuthentication.ServiceConfigurationCreated, handler

语法

声明
Public Shared Event ServiceConfigurationCreated As EventHandler(Of ServiceConfigurationCreatedEventArgs)
public static event EventHandler<ServiceConfigurationCreatedEventArgs> ServiceConfigurationCreated
public:
static event EventHandler<ServiceConfigurationCreatedEventArgs^>^ ServiceConfigurationCreated {
    void add (EventHandler<ServiceConfigurationCreatedEventArgs^>^ value);
    void remove (EventHandler<ServiceConfigurationCreatedEventArgs^>^ value);
}
/** @event */
public static void add_ServiceConfigurationCreated (EventHandler<ServiceConfigurationCreatedEventArgs> value)

/** @event */
public static void remove_ServiceConfigurationCreated (EventHandler<ServiceConfigurationCreatedEventArgs> value)

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

FederatedAuthentication 类
FederatedAuthentication 成员
Microsoft.IdentityModel.Web 命名空间