Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public AuthenticationScheme AuthenticationScheme { get; set; }
public:
property AuthenticationScheme AuthenticationScheme {
AuthenticationScheme get();
void set(AuthenticationScheme value);
}
Public Property AuthenticationScheme As AuthenticationScheme
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.AuthenticationScheme
Authentication scheme.
See Also
MessageSettingsSecurity Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top