AuthContextProperties Property |
Gets the auth properties of this context.
Namespace:
Grpc.Core
Assembly:
Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntaxpublic IEnumerable<AuthProperty> Properties { get; }Public ReadOnly Property Properties As IEnumerable(Of AuthProperty)
Get
public:
property IEnumerable<AuthProperty^>^ Properties {
IEnumerable<AuthProperty^>^ get ();
}member Properties : IEnumerable<AuthProperty> with get
Property Value
Type:
IEnumerableAuthProperty
See Also