[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Message security flags

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
MessageSettingsSecurity
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
MessageSettingsSecurity
[
SerializableAttribute]
public 
ref class 
MessageSettingsSecurity 
sealed

Members

                 
  All Members     Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
AuthenticationScheme
Gets/sets the authentication scheme for the request. Default for this is NTLM. This is ignored unless connecting using authentication
AuthenticationType
Gets/sets the authentication type for the request. Some messages have special authentication requirements. The default for this is Automatic
Credentials
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 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
Get/Set ecyption message flag
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
SigningSmsId
Get/Set SMSID used for signing the message.
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

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

See Also