SiteMachineKey Class

Definition

MachineKey of an app.

public class SiteMachineKey : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.SiteMachineKey>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.SiteMachineKey>
type SiteMachineKey = class
    interface IJsonModel<SiteMachineKey>
    interface IPersistableModel<SiteMachineKey>
Public Class SiteMachineKey
Implements IJsonModel(Of SiteMachineKey), IPersistableModel(Of SiteMachineKey)
Inheritance
SiteMachineKey
Implements

Properties

Decryption

Algorithm used for decryption.

DecryptionKey

Decryption key.

Validation

MachineKey validation.

ValidationKey

Validation key.

Explicit Interface Implementations

IJsonModel<SiteMachineKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SiteMachineKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteMachineKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteMachineKey>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SiteMachineKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to