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

BITS authentication scheme

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
enum 
BitsAuthScheme
<
SerializableAttribute> _
Public 
Enumeration 
BitsAuthScheme
[
SerializableAttribute]
public 
enum class 
BitsAuthScheme

Members

Member Description
Basic
Basic authentication
Digest
Digest authentication
Ntlm
NTLM authentication
Negotiate
Negotate authentication
Passport
Passport (WLID) authentication

See Also