Click or drag to resize

SessionPropertiesAuthenticationScheme Property

version: 10.22.0
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: 10.22.0
Syntax
C#
public AuthenticationSchemes AuthenticationScheme { get; set; }

Property Value

Type: AuthenticationSchemes
See Also