Поделиться через


JwksDocument Class

Definition

A JWKS like document.

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

Properties

Keys

List of public keys used for receipt verification.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<JwksDocument>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<JwksDocument>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<JwksDocument>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<JwksDocument>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<JwksDocument>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to