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: 1.2.0-dev
Syntax
public static ServerCredentials Insecure { get; }

Property Value

Type: ServerCredentials
See Also