CertificateInfo Class

Definition

CertificateInfo represents the non-private information of an X.509 Certificate.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CertificateInfoTypeConverter))]
public class CertificateInfo : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICertificateInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CertificateInfoTypeConverter))>]
type CertificateInfo = class
    interface ICertificateInfo
    interface IJsonSerializable
Public Class CertificateInfo
Implements ICertificateInfo
Inheritance
CertificateInfo
Attributes
Implements

Constructors

Name Description
CertificateInfo()

Creates an new CertificateInfo instance.

Properties

Name Description
Hash

The hash value of the X.509 Certificate.

Value

The textual value of the X.509 Certificate.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CertificateInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CertificateInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICertificateInfo.

FromJsonString(String)

Creates a new instance of CertificateInfo, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CertificateInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to