你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecurityCodeTransparencyModelFactory.JwksDocument Method

Definition

Initializes a new instance of JwksDocument.

public static Azure.Security.CodeTransparency.JwksDocument JwksDocument(System.Collections.Generic.IEnumerable<Azure.Security.CodeTransparency.JsonWebKey> keys = default);
static member JwksDocument : seq<Azure.Security.CodeTransparency.JsonWebKey> -> Azure.Security.CodeTransparency.JwksDocument
Public Shared Function JwksDocument (Optional keys As IEnumerable(Of JsonWebKey) = Nothing) As JwksDocument

Parameters

keys
IEnumerable<JsonWebKey>

List of public keys used for receipt verification.

Returns

A new JwksDocument instance for mocking.

Applies to