CertificateChainResponse Class

Definition

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()

Applies to