言語

CodeTransparencyTrustStore.SetKeys Method

Definition

Adds or replaces the verification keys for the specified issuer domain.

public void SetKeys(string issuerDomain, Azure.Security.CodeTransparency.CodeTransparencyVerificationKeySet keys);
member this.SetKeys : string * Azure.Security.CodeTransparency.CodeTransparencyVerificationKeySet -> unit
Public Sub SetKeys (issuerDomain As String, keys As CodeTransparencyVerificationKeySet)

Parameters

issuerDomain
String

The issuer domain (hostname) the keys belong to.

keys
CodeTransparencyVerificationKeySet

The verification keys for the issuer.

Exceptions

issuerDomain is null or empty.

keys is null.

Applies to