CodeTransparencyClient.GetScittKeys 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 |
|---|---|
| GetScittKeys(RequestContext) |
List all service keys in COSE_Key_Set format. |
| GetScittKeys(CancellationToken) |
List all service keys, normalized to a key set. |
GetScittKeys(RequestContext)
- Source:
- CodeTransparencyClient.cs
- Source:
- CodeTransparencyClient.cs
List all service keys in COSE_Key_Set format.
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 raw COSE_Key_Set CBOR response returned from the service.
Exceptions
Service returned a non-success status code.
Applies to
GetScittKeys(CancellationToken)
- Source:
- CodeTransparencyClient.cs
- Source:
- CodeTransparencyClient.cs
List all service keys, normalized to a key set.
public virtual Azure.Response<Azure.Security.CodeTransparency.CodeTransparencyVerificationKeySet> GetScittKeys(System.Threading.CancellationToken cancellationToken = default);
public virtual Azure.Response<BinaryData> GetScittKeys(System.Threading.CancellationToken cancellationToken = default);
abstract member GetScittKeys : System.Threading.CancellationToken -> Azure.Response<Azure.Security.CodeTransparency.CodeTransparencyVerificationKeySet>
override this.GetScittKeys : System.Threading.CancellationToken -> Azure.Response<Azure.Security.CodeTransparency.CodeTransparencyVerificationKeySet>
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 CodeTransparencyVerificationKeySet)
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.