MessageSettingsSecurity.AuthenticationType Property

 

Gets or sets the authentication type for the request. Some messages have special authentication requirements. The default value is Automatic.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public AuthenticationType AuthenticationType { get; set; }
public:
property AuthenticationType AuthenticationType {
    AuthenticationType get();
    void set(AuthenticationType value);
}
Public Property AuthenticationType As AuthenticationType

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.AuthenticationType

Authentication type.

See Also

MessageSettingsSecurity Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top