次の方法で共有


CertificateProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CertificatePropertiesTypeConverter))]
public class CertificateProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ICertificateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.CertificatePropertiesTypeConverter))>]
type CertificateProperties = class
    interface ICertificateProperties
    interface IJsonSerializable
Public Class CertificateProperties
Implements ICertificateProperties
Inheritance
CertificateProperties
Attributes
Implements

Constructors

CertificateProperties()

Properties

ExpirationDate
IssueDate
Issuer
Password
ProvisioningState
PublicKeyHash
SubjectAlternativeName
SubjectName
Thumbprint
Valid
Value

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to