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
Syntaxpublic IEnumerable<AuthProperty> FindPropertiesByName(
string propertyName
)
Public Function FindPropertiesByName (
propertyName As String
) As IEnumerable(Of AuthProperty)
public:
IEnumerable<AuthProperty^>^ FindPropertiesByName(
String^ propertyName
)
member FindPropertiesByName :
propertyName : string -> IEnumerable<AuthProperty>
Parameters
- propertyName
- Type: SystemString
[Missing <param name="propertyName"/> documentation for "M:Grpc.Core.AuthContext.FindPropertiesByName(System.String)"]
Return Value
Type:
IEnumerableAuthProperty
See Also