CodeTransparencyClient.GetScittKeysAsync 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.
Overloads
| Name | Description |
|---|---|
| GetScittKeysAsync(RequestContext) |
[Protocol Method] List all service keys in COSE_Key_Set format, per Section 2.1 of draft-ietf-scitt-scrapi-09
|
| GetScittKeysAsync(CancellationToken) |
List all service keys in COSE_Key_Set format, per Section 2.1 of draft-ietf-scitt-scrapi-09. |
GetScittKeysAsync(RequestContext)
- Source:
- CodeTransparencyClient.cs
[Protocol Method] List all service keys in COSE_Key_Set format, per Section 2.1 of draft-ietf-scitt-scrapi-09
- This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual System.Threading.Tasks.Task<Azure.Response> GetScittKeysAsync(Azure.RequestContext context);
abstract member GetScittKeysAsync : Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
override this.GetScittKeysAsync : Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GetScittKeysAsync (context As RequestContext) As Task(Of Response)
Parameters
- context
- RequestContext
The request options, which can override default behaviors of the client pipeline on a per-call basis.
Returns
The response returned from the service.
Exceptions
Service returned a non-success status code.
Applies to
GetScittKeysAsync(CancellationToken)
- Source:
- CodeTransparencyClient.cs
List all service keys in COSE_Key_Set format, per Section 2.1 of draft-ietf-scitt-scrapi-09.
public virtual System.Threading.Tasks.Task<Azure.Response<BinaryData>> GetScittKeysAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetScittKeysAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<BinaryData>>
override this.GetScittKeysAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<BinaryData>>
Public Overridable Function GetScittKeysAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BinaryData))
Parameters
- cancellationToken
- CancellationToken
The cancellation token that can be used to cancel the operation.
Returns
Exceptions
Service returned a non-success status code.