CodeTransparencyVerificationKey(String, ECDsa) Constructor
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.
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.