CodeTransparencyClient.RunTransparentStatementVerification(Byte[]) Method
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.
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.