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
Syntaxpublic IEnumerable<AuthProperty> PeerIdentity { get; }Public ReadOnly Property PeerIdentity As IEnumerable(Of AuthProperty)
Get
public:
property IEnumerable<AuthProperty^>^ PeerIdentity {
IEnumerable<AuthProperty^>^ get ();
}member PeerIdentity : IEnumerable<AuthProperty> with get
Property Value
Type:
IEnumerableAuthProperty
See Also