10.24.0

SessionPropertiesAuthenticationScheme Property

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

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public AuthenticationSchemes AuthenticationScheme { get; set; }

Property Value

AuthenticationSchemes

See Also