CryptographyClientOptions interface
The optional parameters accepted by the KeyVault's CryptographyClient
- Extends
Inherited Properties
additional |
Additional policies to include in the HTTP pipeline. |
allow |
Set to true if the request is sent over HTTP instead of HTTPS |
disable |
Whether to disable verification that the authentication challenge resource matches the Key Vault or Managed HSM domain. Defaults to false. |
http |
The HttpClient that will be used to send HTTP requests. |
keep |
Options to disable keep alive. |
proxy |
Options to configure a proxy for outgoing requests. |
redirect |
Options for how redirect responses are handled. |
retry |
Options that control how to retry failed requests. |
service |
The version of the KeyVault's service API to make calls against. |
telemetry |
Options for setting common telemetry and tracing info to outgoing requests. |
tls |
Options for configuring TLS authentication |
user |
Options for adding user agent details to outgoing requests. |
Inherited Property Details
additionalPolicies
Additional policies to include in the HTTP pipeline.
additionalPolicies?: AdditionalPolicyConfig[]
Property Value
Inherited From KeyClientOptions.additionalPolicies
allowInsecureConnection
Set to true if the request is sent over HTTP instead of HTTPS
allowInsecureConnection?: boolean
Property Value
boolean
Inherited From KeyClientOptions.allowInsecureConnection
disableChallengeResourceVerification
Whether to disable verification that the authentication challenge resource matches the Key Vault or Managed HSM domain. Defaults to false.
disableChallengeResourceVerification?: boolean
Property Value
boolean
Inherited From KeyClientOptions.disableChallengeResourceVerification
httpClient
The HttpClient that will be used to send HTTP requests.
httpClient?: HttpClient
Property Value
Inherited From KeyClientOptions.httpClient
keepAliveOptions
Options to disable keep alive.
keepAliveOptions?: KeepAliveOptions
Property Value
Inherited From KeyClientOptions.keepAliveOptions
proxyOptions
Options to configure a proxy for outgoing requests.
proxyOptions?: ProxySettings
Property Value
Inherited From KeyClientOptions.proxyOptions
redirectOptions
Options for how redirect responses are handled.
redirectOptions?: RedirectPolicyOptions & RedirectOptions
Property Value
Inherited From KeyClientOptions.redirectOptions
retryOptions
Options that control how to retry failed requests.
retryOptions?: PipelineRetryOptions
Property Value
Inherited From KeyClientOptions.retryOptions
serviceVersion
The version of the KeyVault's service API to make calls against.
serviceVersion?: string
Property Value
string
Inherited From KeyClientOptions.serviceVersion
telemetryOptions
Options for setting common telemetry and tracing info to outgoing requests.
telemetryOptions?: TelemetryOptions
Property Value
Inherited From KeyClientOptions.telemetryOptions
tlsOptions
Options for configuring TLS authentication
tlsOptions?: TlsSettings
Property Value
Inherited From KeyClientOptions.tlsOptions
userAgentOptions
Options for adding user agent details to outgoing requests.
userAgentOptions?: UserAgentPolicyOptions
Property Value
Inherited From KeyClientOptions.userAgentOptions