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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET