Udostępnij za pośrednictwem


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
System_CAPS_pubproperty 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.

System_CAPS_pubproperty AuthenticationType

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

System_CAPS_pubproperty 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.

System_CAPS_pubproperty EncryptMessage

Gets or sets an encryption message flag.

System_CAPS_pubproperty SigningSmsId

Gets or sets the SMSID used for signing the message.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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