你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UnauthorizedReceiptBehavior Enum

Definition

Specifies behaviors for receipts whose issuer domains are not contained in AuthorizedDomains.

public enum UnauthorizedReceiptBehavior
type UnauthorizedReceiptBehavior = 
Public Enum UnauthorizedReceiptBehavior
Inheritance
UnauthorizedReceiptBehavior

Fields

Name Value Description
VerifyAll 0

Verify receipts even if their issuer domain is not in the authorized list.

IgnoreAll 1

Ignore (skip verifying) receipts whose issuer domain is not in the authorized list.

FailIfPresent 2

Fail verification immediately if any receipt exists whose issuer domain is not in the authorized list.

Applies to