WSFederationHttpRelaySecurity.RelayClientAuthenticationType Property
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)
Usage
Dim instance As WSFederationHttpRelaySecurity Dim value As RelayClientAuthenticationType value = instance.RelayClientAuthenticationType instance.RelayClientAuthenticationType = value
Syntax
'Declaration
Public Property RelayClientAuthenticationType As RelayClientAuthenticationType
public RelayClientAuthenticationType RelayClientAuthenticationType { get; set; }
public:
property RelayClientAuthenticationType RelayClientAuthenticationType {
RelayClientAuthenticationType get ();
void set (RelayClientAuthenticationType value);
}
/** @property */
public RelayClientAuthenticationType get_RelayClientAuthenticationType ()
/** @property */
public void set_RelayClientAuthenticationType (RelayClientAuthenticationType value)
public function get RelayClientAuthenticationType () : RelayClientAuthenticationType
public function set RelayClientAuthenticationType (value : RelayClientAuthenticationType)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
WSFederationHttpRelaySecurity Class
WSFederationHttpRelaySecurity Members
Microsoft.ServiceBus Namespace