MessageSettingsSecurity Class
Provides message security flags.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Framework.MessageSettingsSecurity
Syntax
[SerializableAttribute]
public sealed class MessageSettingsSecurity
[SerializableAttribute]
public ref class MessageSettingsSecurity sealed
<SerializableAttribute>
Public NotInheritable Class MessageSettingsSecurity
Properties
Name | Description | |
---|---|---|
AuthenticationScheme | 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. |
|
AuthenticationType | Gets or sets the authentication type for the request. Some messages have special authentication requirements. The default value is Automatic. |
|
Credentials | Gets or sets the security credentials to attach to the request. If null, no credentials will be used. Important: This setting does not imply the WindowsAuth authentication type. If this property is set and WindowsAuth is not set, these credentials will be used with the default ISAPI. If Automatic is used, the VDIR will be determined by the message itself. |
|
EncryptMessage | Gets or sets an encryption message flag. |
|
SigningSmsId | Gets or sets the SMSID used for signing the message. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top