MessageSettingsSecurity Class
Provides message security flags.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

