AuthorizationLevelAttribute.EvaluateKeyMatch Method

Definition

protected virtual bool EvaluateKeyMatch (System.Collections.Generic.IDictionary<string,string> secrets, string keyValue);
abstract member EvaluateKeyMatch : System.Collections.Generic.IDictionary<string, string> * string -> bool
override this.EvaluateKeyMatch : System.Collections.Generic.IDictionary<string, string> * string -> bool
Protected Overridable Function EvaluateKeyMatch (secrets As IDictionary(Of String, String), keyValue As String) As Boolean

Parameters

keyValue
String

Returns

Applies to