SecurityCodeTransparencyModelFactory.JwksDocument Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.