Share via


RestApiSecurityRequirement.ContainsKey(RestApiSecurityScheme) Method

Definition

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

key
RestApiSecurityScheme

The security scheme to locate in the RestApiSecurityRequirement.

Returns

true if the RestApiSecurityRequirement contains an element with the specified key; otherwise, false.

Implements

Applies to