Searched refs:IsPeerAuthenticated (Results 1 – 9 of 9) sorted by relevance
33 Assert.IsFalse(context.IsPeerAuthenticated); in EmptyContext()48 Assert.IsTrue(context.IsPeerAuthenticated); in AuthenticatedContext()
370 Assert.IsFalse(context.AuthContext.IsPeerAuthenticated); in ServerCallContext_AuthContextNotPopulated()
34 bool IsPeerAuthenticated() const override;
98 bool SecureAuthContext::IsPeerAuthenticated() const { in IsPeerAuthenticated() function in grpc::SecureAuthContext
52 public bool IsPeerAuthenticated property in Grpc.Core.AuthContext
70 virtual bool IsPeerAuthenticated() const = 0;
64 EXPECT_FALSE(auth_ctx->IsPeerAuthenticated()); in CheckServerAuthContext()67 EXPECT_TRUE(auth_ctx->IsPeerAuthenticated()); in CheckServerAuthContext()
90 EXPECT_TRUE(channel_auth_context.IsPeerAuthenticated()); in GetMetadata()
107 Assert.IsTrue(authContext.IsPeerAuthenticated); in StreamingInputCall()