Compartir a través de


KeyProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.KeyPropertiesTypeConverter))]
public class KeyProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IKeyProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.KeyPropertiesTypeConverter))>]
type KeyProperties = class
    interface IKeyProperties
    interface IJsonSerializable
Public Class KeyProperties
Implements IKeyProperties
Inheritance
KeyProperties
Attributes
Implements

Constructors

KeyProperties()

Properties

CandidatePublicKeyNotAfter
CandidatePublicKeyPublicKey
CandidatePublicKeyRenewAfter
ClientPublicKeyNotAfter
ClientPublicKeyPublicKey
ClientPublicKeyRenewAfter

Methods

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

Applies to