CodeTransparencyClient.GetEntryStatementV09 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.
Overloads
| Name | Description |
|---|---|
| GetEntryStatementV09(String, RequestContext) |
[Protocol Method] Get the transparent statement consisting of the signed statement and the receipt embedded in the header
|
| GetEntryStatementV09(String, CancellationToken) |
Get the transparent statement consisting of the signed statement and the receipt embedded in the header. |
GetEntryStatementV09(String, RequestContext)
- Source:
- CodeTransparencyClient.cs
[Protocol Method] Get the transparent statement consisting of the signed statement and the receipt embedded in the header
- This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Response GetEntryStatementV09(string entryId, Azure.RequestContext context);
abstract member GetEntryStatementV09 : string * Azure.RequestContext -> Azure.Response
override this.GetEntryStatementV09 : string * Azure.RequestContext -> Azure.Response
Public Overridable Function GetEntryStatementV09 (entryId As String, context As RequestContext) As Response
Parameters
- entryId
- String
ID of the entry to retrieve.
- context
- RequestContext
The request options, which can override default behaviors of the client pipeline on a per-call basis.
Returns
The response returned from the service.
Exceptions
entryId is null.
entryId is an empty string, and was expected to be non-empty.
Service returned a non-success status code.
Applies to
GetEntryStatementV09(String, CancellationToken)
- Source:
- CodeTransparencyClient.cs
Get the transparent statement consisting of the signed statement and the receipt embedded in the header.
public virtual Azure.Response<BinaryData> GetEntryStatementV09(string entryId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEntryStatementV09 : string * System.Threading.CancellationToken -> Azure.Response<BinaryData>
override this.GetEntryStatementV09 : string * System.Threading.CancellationToken -> Azure.Response<BinaryData>
Public Overridable Function GetEntryStatementV09 (entryId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BinaryData)
Parameters
- entryId
- String
ID of the entry to retrieve.
- cancellationToken
- CancellationToken
The cancellation token that can be used to cancel the operation.
Returns
Exceptions
entryId is null.
entryId is an empty string, and was expected to be non-empty.
Service returned a non-success status code.