DidDocument Class

Definition

A DID document.

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

Properties

AssertionMethod

List of public keys used for receipt endorsement verification.

Id

String representing a DID issuer.

Explicit Interface Implementations

IJsonModel<DidDocument>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DidDocument>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DidDocument>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DidDocument>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DidDocument>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to