CodeTransparencyVerificationOptions Class
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.
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. |