CodeTransparencyTrustStore.KeysByIssuer Property
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 key sets, keyed by issuer domain.
public System.Collections.Generic.IReadOnlyDictionary<string,Azure.Security.CodeTransparency.CodeTransparencyVerificationKeySet> KeysByIssuer { get; }
member this.KeysByIssuer : System.Collections.Generic.IReadOnlyDictionary<string, Azure.Security.CodeTransparency.CodeTransparencyVerificationKeySet>
Public ReadOnly Property KeysByIssuer As IReadOnlyDictionary(Of String, CodeTransparencyVerificationKeySet)