ChannelCredentialsInsecure Property |
Returns instance of credentials that provides no security and
will result in creating an unsecure channel with no encryption whatsoever.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.12.0.0
Syntaxpublic static ChannelCredentials Insecure { get; }
Public Shared ReadOnly Property Insecure As ChannelCredentials
Get
public:
static property ChannelCredentials^ Insecure {
ChannelCredentials^ get ();
}
static member Insecure : ChannelCredentials with get
Property Value
Type:
ChannelCredentials
See Also