CodeTransparencyTrustStore.TryGetKeys 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.
Gets the verification keys for the specified issuer domain.
public bool TryGetKeys(string issuerDomain, out Azure.Security.CodeTransparency.CodeTransparencyVerificationKeySet keys);
member this.TryGetKeys : string * CodeTransparencyVerificationKeySet -> bool
Public Function TryGetKeys (issuerDomain As String, ByRef keys As CodeTransparencyVerificationKeySet) As Boolean
Parameters
- issuerDomain
- String
The issuer domain (hostname) to look up.
When this method returns, the keys for the issuer if present; otherwise null.
Returns
true if keys were found for the issuer; otherwise, false.