CodeTransparencyKeyResolutionMode Enum
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.
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. |