Click or drag to resize
CredentialsInsecure Property
Returns instance of credential 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.6.1.0
Syntax
public static Credentials Insecure { get; }

Property Value

Type: Credentials
See Also