[−][src]Function grpcio_sys::grpc_tls_credentials_create
pub unsafe extern "C" fn grpc_tls_credentials_create(
options: *mut grpc_tls_credentials_options
) -> *mut grpc_channel_credentials
This method creates a TLS channel credential object. It takes ownership of the options parameter. The security level of the resulting connection is GRPC_PRIVACY_AND_INTEGRITY.
- options: grpc TLS credentials options instance.
It returns the created credential object.
It is used for experimental purpose for now and subject to change.