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

The MessageSettingsSecuritytype exposes the following properties.

Properties

 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
SigningSmsId
Get/Set SMSID used for signing the message.

See Also