Language

CodeTransparencyVerificationKey(String, ECDsa) Constructor

Definition

Initializes a new instance of CodeTransparencyVerificationKey by copying only the public parameters from publicKey. Any private key material is discarded.

public CodeTransparencyVerificationKey(string keyId, System.Security.Cryptography.ECDsa publicKey);
new Azure.Security.CodeTransparency.CodeTransparencyVerificationKey : string * System.Security.Cryptography.ECDsa -> Azure.Security.CodeTransparency.CodeTransparencyVerificationKey
Public Sub New (keyId As String, publicKey As ECDsa)

Parameters

keyId
String

The case-sensitive key ID that identifies this key within a key set.

publicKey
ECDsa

The ECDSA key whose public parameters are copied.

Exceptions

keyId is null or empty.

publicKey is null.

The key uses an unsupported curve/size.

Applies to