Share via


MessageSettings.SecurityMode Property

 

Gets or sets the site security mode. The default value is mixed mode.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required, 
    CheckRecursively = true, IgnoreForSender = new Type[] { ... })]
public MessageSecurityMode SecurityMode { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required, 
    CheckRecursively = true, IgnoreForSender = new array<Type^>^ { ... })]
property MessageSecurityMode SecurityMode {
    MessageSecurityMode get();
    void set(MessageSecurityMode value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
    CheckRecursively := True, IgnoreForSender := New Type() { ... })>
Public Property SecurityMode As MessageSecurityMode

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageSecurityMode

Message security mode.

See Also

MessageSettings Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top