Class ServerCredentials
Server side credentials.
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 |