Пространство имен: Microsoft.IdentityModel.Web.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim instance As FederatedAuthenticationElement Dim value As WSFederationAuthenticationElement value = instance.WSFederation instance.WSFederation = value |
Синтаксис
Visual Basic |
---|
<ConfigurationPropertyAttribute("wsFederation", IsRequired:=False)> _ Public Property WSFederation As WSFederationAuthenticationElement |
C# |
---|
[ConfigurationPropertyAttribute("wsFederation", IsRequired=false)] public WSFederationAuthenticationElement WSFederation { get; set; } |
C++ |
---|
[ConfigurationPropertyAttribute(L"wsFederation", IsRequired=false)] public: property WSFederationAuthenticationElement^ WSFederation { WSFederationAuthenticationElement^ get (); void set (WSFederationAuthenticationElement^ value); } |
J# |
---|
/** @property */ public WSFederationAuthenticationElement get_WSFederation () /** @property */ public void set_WSFederation (WSFederationAuthenticationElement value) |
JScript |
---|
public function get WSFederation () : WSFederationAuthenticationElement public function set WSFederation (value : WSFederationAuthenticationElement) |
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.