CodeTransparencyClient.GetScittKeys Method

Definition

Overloads

Name Description
GetScittKeys(RequestContext)

[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.
GetScittKeys(CancellationToken)

List all service keys in COSE_Key_Set format, per Section 2.1 of draft-ietf-scitt-scrapi-09.

GetScittKeys(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 Azure.Response GetScittKeys(Azure.RequestContext context);
abstract member GetScittKeys : Azure.RequestContext -> Azure.Response
override this.GetScittKeys : Azure.RequestContext -> Azure.Response
Public Overridable Function GetScittKeys (context As RequestContext) As 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

GetScittKeys(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 Azure.Response<BinaryData> GetScittKeys(System.Threading.CancellationToken cancellationToken = default);
abstract member GetScittKeys : System.Threading.CancellationToken -> Azure.Response<BinaryData>
override this.GetScittKeys : System.Threading.CancellationToken -> Azure.Response<BinaryData>
Public Overridable Function GetScittKeys (Optional cancellationToken As CancellationToken = Nothing) As 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.

Applies to