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: 0.12.0.0
Syntax
public static ChannelCredentials Insecure { get; }

Property Value

Type: ChannelCredentials
See Also