Home
last modified time | relevance | path

Searched refs:PeerIdentityPropertyName (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DAuthContextTest.cs34 Assert.IsNull(context.PeerIdentityPropertyName); in EmptyContext()
49 Assert.AreEqual("some_identity", context.PeerIdentityPropertyName); in AuthenticatedContext()
/external/grpc-grpc/src/csharp/Grpc.Core/
DAuthContext.cs64 public string PeerIdentityPropertyName property in Grpc.Core.AuthContext
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DSslCredentialsTest.cs108 … Assert.AreEqual("x509_subject_alternative_name", authContext.PeerIdentityPropertyName); in StreamingInputCall()