CryptographyOptions interface
An interface representing the options of the cryptography API methods, go to the CryptographyClient for more information.
- Extends
-
OperationOptions
Inherited Properties
abort |
The signal which can be used to abort requests. |
request |
Options used when creating and sending HTTP requests for this operation. |
tracing |
Options used when tracing is enabled. |
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
AbortSignalLike
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
OperationRequestOptions
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
OperationTracingOptions