CodeTransparencyClient.CreateEntry(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 Azure.Operation<Azure.Security.CodeTransparency.GetOperationResult> CreateEntry (BinaryData body, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateEntry : BinaryData * System.Threading.CancellationToken -> Azure.Operation<Azure.Security.CodeTransparency.GetOperationResult>
override this.CreateEntry : BinaryData * System.Threading.CancellationToken -> Azure.Operation<Azure.Security.CodeTransparency.GetOperationResult>
Public Overridable Function CreateEntry (body As BinaryData, Optional cancellationToken As CancellationToken = Nothing) As Operation(Of GetOperationResult)
Parameters
- body
- BinaryData
A raw CoseSign1 signature.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
body
is null.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET