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

AuthorizedReceiptBehavior Enum

Definition

Specifies how receipts whose issuer domains ARE in the authorized list should be enforced.

public enum AuthorizedReceiptBehavior
type AuthorizedReceiptBehavior = 
Public Enum AuthorizedReceiptBehavior
Inheritance
AuthorizedReceiptBehavior

Fields

Name Value Description
VerifyAnyMatching 0

At least one receipt from any authorized domain must be present and valid.

VerifyAllMatching 1

ALL receipts whose issuer is in the authorized list MUST pass verification. Receipts not in the authorized list are treated according to UnauthorizedReceiptBehavior.

RequireAll 2

There MUST be at least one valid receipt for EACH domain in the authorized list (coverage requirement). If a domain has no receipt or only invalid receipts, verification fails.

Applies to