ภาษา

CodeTransparencyVerificationKey Class

Definition

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 publicKey. Any private key material is discarded.

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.

Applies to