SslServerCredentialsForceClientAuthentication Property |
If true, the authenticity of client check will be enforced.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.7.0.0
Syntaxpublic bool ForceClientAuthentication { get; }
Public ReadOnly Property ForceClientAuthentication As Boolean
Get
public:
property bool ForceClientAuthentication {
bool get ();
}
member ForceClientAuthentication : bool with get
Property Value
Type:
Boolean
See Also