命名空间: Microsoft.IdentityModel.Protocols.WSTrust
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)
用法
Dim instance As WSTrustChannel Dim handler As EventHandler AddHandler instance.Opening, handler
语法
声明
Public Event Opening As EventHandler
public event EventHandler Opening
public:
virtual event EventHandler^ Opening {
void add (EventHandler^ value) sealed;
void remove (EventHandler^ value) sealed;
}
/** @event */
public final void add_Opening (EventHandler value)
/** @event */
public final void remove_Opening (EventHandler value)
平台
开发平台
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
请参见
参考
WSTrustChannel 类
WSTrustChannel 成员
Microsoft.IdentityModel.Protocols.WSTrust 命名空间