Class AuthContext
Assembly: Grpc.Core.Api.dll
Syntax
Constructors
AuthContext(string?, Dictionary<string, List<AuthProperty>>)
Declaration
public AuthContext(string? peerIdentityPropertyName, Dictionary<string, List<AuthProperty>> properties)
Parameters
Properties
IsPeerAuthenticated
Declaration
public bool IsPeerAuthenticated { get; }
Property Value
PeerIdentity
Declaration
public IEnumerable<AuthProperty> PeerIdentity { get; }
Property Value
PeerIdentityPropertyName
Declaration
public string? PeerIdentityPropertyName { get; }
Property Value
Properties
Declaration
public IEnumerable<AuthProperty> Properties { get; }
Property Value
Methods
FindPropertiesByName(string)
Declaration
public IEnumerable<AuthProperty> FindPropertiesByName(string propertyName)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
Returns