MessageSettingsSecurity.AuthenticationScheme Property
Gets or sets the authentication scheme for the request. The default value is NTLM. This property is only used when connecting using authentication; otherwise it is ignored.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public AuthenticationScheme AuthenticationScheme { get; set; }
public:
property AuthenticationScheme AuthenticationScheme {
AuthenticationScheme get();
void set(AuthenticationScheme value);
}
Public Property AuthenticationScheme As AuthenticationScheme
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.AuthenticationScheme
Authentication scheme.
See Also
MessageSettingsSecurity Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top