CodeTransparencyClient.CreateEntryAsync(BinaryData, CancellationToken) 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.
Post an entry to be registered on the CodeTransparency instance. The returned operation will have the entry id when it is complete.
public virtual System.Threading.Tasks.Task<Azure.Operation<Azure.Security.CodeTransparency.GetOperationResult>> CreateEntryAsync (BinaryData body, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateEntryAsync : BinaryData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Operation<Azure.Security.CodeTransparency.GetOperationResult>>
override this.CreateEntryAsync : BinaryData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Operation<Azure.Security.CodeTransparency.GetOperationResult>>
Public Overridable Function CreateEntryAsync (body As BinaryData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Operation(Of GetOperationResult))
Parameters
- body
- BinaryData
A raw CoseSign1 signature.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
body
is null.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.