MessageSettingsSecurity Class

 

Provides message security flags.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework::MessageSettingsSecurity

[SerializableAttribute]
public ref class MessageSettingsSecurity sealed 

NameDescription
System_CAPS_pubpropertyAuthenticationScheme

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_pubpropertyAuthenticationType

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

System_CAPS_pubpropertyCredentials

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_pubpropertyEncryptMessage

Gets or sets an encryption message flag.

System_CAPS_pubpropertySigningSmsId

Gets or sets the SMSID used for signing the message.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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

Return to top
Show: