Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the registration response status.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[SerializableAttribute]
public enum ClientRegistrationStatus
[SerializableAttribute]
public enum class ClientRegistrationStatus
<SerializableAttribute>
Public Enumeration ClientRegistrationStatus
Members
| Member name | Description | |
|---|---|---|
| CertificateReset | A client's certificate conflicts with another client. The management point requested that the client delete and re-create its certificate. |
|
| Error | An error occurred processing the request. This can also mean the client is blocked or the registration message was incorrect. |
|
| Pending | The management point has not yet processed the registration request, or the record is pending administrator action (see conflicting records). |
|
| Registered | The client is registered. |
|
| Reset | The server requested that the client reset. |
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top