Click or drag to resize

ChannelCredentialsInsecure Property

Returns instance of credentials that provides no security and will result in creating an unsecure channel with no encryption whatsoever.

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public static ChannelCredentials Insecure { get; }

Property Value

Type: ChannelCredentials
See Also