DidDocumentKey Class

Definition

A DID document key.

public class DidDocumentKey : System.ClientModel.Primitives.IJsonModel<Azure.Security.CodeTransparency.DidDocumentKey>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.CodeTransparency.DidDocumentKey>
type DidDocumentKey = class
    interface IJsonModel<DidDocumentKey>
    interface IPersistableModel<DidDocumentKey>
Public Class DidDocumentKey
Implements IJsonModel(Of DidDocumentKey), IPersistableModel(Of DidDocumentKey)
Inheritance
DidDocumentKey
Implements

Properties

Controller

Key controller - similar to DID issuer.

Id

Key identifier.

PublicKeyJwk

Serialized public key in JWK format.

Type

Key type.

Explicit Interface Implementations

IJsonModel<DidDocumentKey>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DidDocumentKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DidDocumentKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DidDocumentKey>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DidDocumentKey>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to