SessionProperties.AuthenticationScheme Property

Solclient

SessionPropertiesAuthenticationScheme Property
version: 7.2.1.27
Specifies the authentication scheme to be used by the corresponding ISession. For more information about the types of authentication schemes that can be set, see AuthenticationSchemes.
Default: BASIC

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public AuthenticationSchemes AuthenticationScheme { get; set; }
Public Property AuthenticationScheme As AuthenticationSchemes
	Get
	Set
public:
property AuthenticationSchemes AuthenticationScheme {
	AuthenticationSchemes get ();
	void set (AuthenticationSchemes value);
}

Property Value

Type: AuthenticationSchemes
See Also