Click or drag to resize
ServerCredentialsInsecure Property
Returns instance of credential that provides no security and will result in creating an unsecure server port with no encryption whatsoever.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntax
public static ServerCredentials Insecure { get; }

Property Value

Type: ServerCredentials
See Also