Click or drag to resize

AuthContextPeerIdentity Property

Gets properties that represent the peer identity (there can be more than one). Returns an empty collection if the peer is not authenticated.

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public IEnumerable<AuthProperty> PeerIdentity { get; }

Property Value

Type: IEnumerableAuthProperty
See Also