RestApiSecurityRequirement.ContainsKey(RestApiSecurityScheme) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the RestApiSecurityRequirement contains a specific security scheme.
public bool ContainsKey(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme key);
member this.ContainsKey : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme -> bool
Public Function ContainsKey (key As RestApiSecurityScheme) As Boolean
Parameters
The security scheme to locate in the RestApiSecurityRequirement.
Returns
true if the RestApiSecurityRequirement contains an element with the specified key; otherwise, false.