CertificateChainResponse 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.
The certificate chain response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.CertificateChainResponseTypeConverter))]
public class CertificateChainResponse : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ICertificateChainResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.CertificateChainResponseTypeConverter))>]
type CertificateChainResponse = class
interface ICertificateChainResponse
interface IJsonSerializable
Public Class CertificateChainResponse
Implements ICertificateChainResponse
- Inheritance
-
CertificateChainResponse
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CertificateChainResponse() |
Creates an new CertificateChainResponse instance. |
Properties
| Name | Description |
|---|---|
| CertificateChain |
The certificate chain. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CertificateChainResponse. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CertificateChainResponse. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ICertificateChainResponse. |
| FromJsonString(String) |
Creates a new instance of CertificateChainResponse, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CertificateChainResponse into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |