Language

CodeTransparencyTrustStore.TryGetKeys Method

Definition

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.

keys
CodeTransparencyVerificationKeySet

When this method returns, the keys for the issuer if present; otherwise null.

Returns

true if keys were found for the issuer; otherwise, false.

Applies to