Function grpcio_sys::grpc_tls_credentials_create[][src]

pub unsafe extern "C" fn grpc_tls_credentials_create(
    options: *mut grpc_tls_credentials_options
) -> *mut grpc_channel_credentials
Expand description

Creates a TLS channel credential object based on the grpc_tls_credentials_options specified by callers. The grpc_channel_credentials will take the ownership of the |options|. The security level of the resulting connection is GRPC_PRIVACY_AND_INTEGRITY. It is used for experimental purpose for now and subject to change.