Click or drag to resize

AuthContextProperties Property

Gets the auth properties of this context.

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

Property Value

Type: IEnumerableAuthProperty
See Also