言語

CodeTransparencyKeyResolutionMode Enum

Definition

Controls how VerifyTransparentStatement(Byte[], CodeTransparencyVerificationOptions, CodeTransparencyClientOptions) resolves the receipt-verification keys for an issuer.

public enum CodeTransparencyKeyResolutionMode
type CodeTransparencyKeyResolutionMode = 
Public Enum CodeTransparencyKeyResolutionMode
Inheritance
CodeTransparencyKeyResolutionMode

Fields

Name Value Description
TrustStoreThenNetwork 0

Use keys from the configured CodeTransparencyTrustStore when available, otherwise download them from the issuing service.

TrustStoreOnly 1

Use only keys from the configured CodeTransparencyTrustStore. If no key is present for an issuer, verification fails instead of making a network call.

Applies to