Пространство имен: Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim instance As WSTrustChannel Dim value As WSTrustChannelFactory value = instance.ChannelFactory instance.ChannelFactory = value |
Синтаксис
Visual Basic |
---|
Public Property ChannelFactory As WSTrustChannelFactory |
C# |
---|
public WSTrustChannelFactory ChannelFactory { get; protected set; } |
C++ |
---|
public: property WSTrustChannelFactory^ ChannelFactory { WSTrustChannelFactory^ get (); protected: void set (WSTrustChannelFactory^ value); } |
J# |
---|
/** @property */ public WSTrustChannelFactory get_ChannelFactory () /** @property */ protected void set_ChannelFactory (WSTrustChannelFactory value) |
JScript |
---|
public function get ChannelFactory () : WSTrustChannelFactory protected function set ChannelFactory (value : WSTrustChannelFactory) |
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.