CredentialsInsecure Property |
Returns instance of credential 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.6.1.0
Syntaxpublic static Credentials Insecure { get; }
Public Shared ReadOnly Property Insecure As Credentials
Get
public:
static property Credentials^ Insecure {
Credentials^ get ();
}
static member Insecure : Credentials with get
Property Value
Type:
Credentials
See Also