◆ UsePlainText()
To create an client without any transport encryption.
- Returns
- the final client builder to create the client.
◆ UseTransportEncryption() [1/2]
To create a client which uses client-side SSL.
- Returns
- the builder to create a secure client.
◆ UseTransportEncryption() [2/2]
IZeebeSecureClientBuilder Zeebe.Client.Api.Builder.IZeebeClientTransportBuilder.UseTransportEncryption |
( |
string | rootCertificatePath | ) |
|
To create a client which uses client-side SSL. The given path points to a file, which contains root certificates (PEM encoded).
- Parameters
-
rootCertificatePath | the path to the root certificates. |
- Returns
- the builder to create a secure client.
The documentation for this interface was generated from the following file:
- Client/Api/Builder/IZeebeClientBuilder.cs