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

CodeTransparencyClient.RunTransparentStatementVerification(Byte[]) Method

Definition

Verify the receipt integrity against the COSE_Sign1 envelope and check if receipt was endorsed by the given service certificate. In the case of multiple receipts being embedded in the signature then verify all of them. Calls

public void RunTransparentStatementVerification(byte[] transparentStatementCoseSign1Bytes);
member this.RunTransparentStatementVerification : byte[] -> unit
Public Sub RunTransparentStatementVerification (transparentStatementCoseSign1Bytes As Byte())

Parameters

transparentStatementCoseSign1Bytes
Byte[]

Receipt cbor or Cose_Sign1 (with an embedded receipt) bytes.

Applies to