CodeTransparencyTrustStore.RemoveKeys(String) 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.
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.