言語

CodeTransparencyTrustStore.RemoveKeys(String) Method

Definition

Removes the keys for the specified issuer domain.

public bool RemoveKeys(string issuerDomain);
member this.RemoveKeys : string -> bool
Public Function RemoveKeys (issuerDomain As String) As Boolean

Parameters

issuerDomain
String

The issuer domain (hostname) to remove.

Returns

true if keys were removed; otherwise, false.

Applies to