Click or drag to resize

AuthContextFindPropertiesByName Method

Returns the auth properties with given name (there can be more than one). If no properties of given name exist, an empty collection will be returned.

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public IEnumerable<AuthProperty> FindPropertiesByName(
	string propertyName
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:Grpc.Core.AuthContext.FindPropertiesByName(System.String)"]

Return Value

Type: IEnumerableAuthProperty
See Also