CodeTransparencyClient.CreateEntry 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, mandatory in IETF SCITT draft.
public virtual Azure.Operation<BinaryData> CreateEntry(Azure.WaitUntil waitUntil, BinaryData body, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateEntry : Azure.WaitUntil * BinaryData * System.Threading.CancellationToken -> Azure.Operation<BinaryData>
override this.CreateEntry : Azure.WaitUntil * BinaryData * System.Threading.CancellationToken -> Azure.Operation<BinaryData>
Public Overridable Function CreateEntry (waitUntil As WaitUntil, body As BinaryData, Optional cancellationToken As CancellationToken = Nothing) As Operation(Of BinaryData)
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
- body
- BinaryData
CoseSign1 signature envelope.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
body
is null.
Applies to
Azure SDK for .NET