Show / Hide Table of Contents

Class ServerCredentials

Server side credentials.

Inheritance
System.Object
ServerCredentials
SslServerCredentials
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Grpc.Core
Assembly: Grpc.Core.dll
Syntax
public abstract class ServerCredentials

Properties

Insecure

Returns instance of credential that provides no security and will result in creating an unsecure server port with no encryption whatsoever.

Declaration
public static ServerCredentials Insecure { get; }
Property Value
Type Description
ServerCredentials
Back to top