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

BITS certificate store location for mutually authenticated SSL requests

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

Syntax

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

Members

Member Description
User
User store
LocalMachine
Local Machine store
CurrentService
Current service store
Services
Services store
Users
Users store
UserGroupPolicy
User group policy store
LocalMachineGroupPolicy
Local machine group policy store
LocalMachineEnterprise
Local machine enterprise store

See Also