CodeTransparencyTrustStore.SetKeys Method
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.
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.
The verification keys for the issuer.
Exceptions
issuerDomain is null or empty.
keys is null.