Share via


CodeTransparencyVerificationOptions Class

Definition

public sealed class CodeTransparencyVerificationOptions
type CodeTransparencyVerificationOptions = class
Public NotInheritable Class CodeTransparencyVerificationOptions
Inheritance
CodeTransparencyVerificationOptions

Constructors

Name Description
CodeTransparencyVerificationOptions()

Creates a new instance.

Properties

Name Description
AuthorizedDomains

Gets or sets an authorized list of issuer domains. If provided and not empty, at least one receipt must be issued by one of these domains. Domains are matched case-insensitively.

AuthorizedReceiptBehavior

Gets or sets the enforcement behavior for receipts whose issuer domain IS contained in AuthorizedDomains. Defaults to VerifyAllMatching.

UnauthorizedReceiptBehavior

Gets or sets the behavior for receipts whose issuer domain is not in AuthorizedDomains. Defaults to VerifyAll to preserve current behavior.

Applies to