CodeTransparencyVerificationKeySet Class
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.
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. |