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
Syntaxpublic static ServerCredentials Insecure { get; }Public Shared ReadOnly Property Insecure As ServerCredentials
Get
public:
static property ServerCredentials^ Insecure {
ServerCredentials^ get ();
}static member Insecure : ServerCredentials with get
Property Value
Type:
ServerCredentials
See Also