Share via


CodeTransparencyModelFactory Class

Definition

A factory class for creating instances of the models for mocking.

public static class CodeTransparencyModelFactory
type CodeTransparencyModelFactory = class
Public Class CodeTransparencyModelFactory
Inheritance
CodeTransparencyModelFactory

Methods

Name Description
JsonWebKey(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, IEnumerable<String>, String)

rfc7517 JSON Web Key representation adapted from a shared swagger definition in the common types.

JwksDocument(IEnumerable<JsonWebKey>)

A JWKS like document.

Applies to