CodeTransparencyVerificationKey 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.
A single public receipt-verification key exposed by a Code Transparency service. The key stores only public asymmetric key material and is decoupled from the JSON Web Key (JWK) and CBOR COSE_Key wire encodings used by the service.
public sealed class CodeTransparencyVerificationKey
type CodeTransparencyVerificationKey = class
Public NotInheritable Class CodeTransparencyVerificationKey
- Inheritance
-
CodeTransparencyVerificationKey
Constructors
| Name | Description |
|---|---|
| CodeTransparencyVerificationKey(String, ECDsa) |
Initializes a new instance of CodeTransparencyVerificationKey by copying only the
public parameters from |
Properties
| Name | Description |
|---|---|
| KeyId |
Gets the case-sensitive key ID. |
Methods
| Name | Description |
|---|---|
| ToECDsa() |
Creates a new caller-owned ECDsa instance containing this public key. The returned instance is independent of this key and of any other returned instance. |