言語

CodeTransparencyVerificationKeySet Class

Definition

An immutable set of public receipt-verification keys. Key IDs are treated as case-sensitive and must be unique within the set.

public sealed class CodeTransparencyVerificationKeySet
type CodeTransparencyVerificationKeySet = class
Public NotInheritable Class CodeTransparencyVerificationKeySet
Inheritance
CodeTransparencyVerificationKeySet

Constructors

Name Description
CodeTransparencyVerificationKeySet(IEnumerable<CodeTransparencyVerificationKey>)

Initializes a new instance of CodeTransparencyVerificationKeySet.

Properties

Name Description
Keys

Gets the verification keys in the set.

Methods

Name Description
TryGetKey(String, CodeTransparencyVerificationKey)

Performs an exact, case-sensitive lookup for the key with the specified key ID.

Applies to