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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET