StatusResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Status of attestation service.
public class StatusResult
type StatusResult = class
Public Class StatusResult
- Inheritance
-
StatusResult
Constructors
StatusResult() |
Initializes a new instance of the StatusResult class. |
StatusResult(String, String, String) |
Initializes a new instance of the StatusResult class. |
Properties
AttestUri |
Gets or sets gets the uri of attestation service |
Status |
Gets or sets status of attestation service. Possible values include: 'Ready', 'NotReady', 'Error' |
TrustModel |
Gets or sets trust model for the attestation service instance. |
Methods
Validate() |
Validate the object. |