Share via


RestApiSecurityRequirement.Remove(RestApiSecurityScheme) Method

Definition

Removes the security scheme with the specified key from the RestApiSecurityRequirement.

public bool Remove(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme key);
member this.Remove : Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme -> bool
Public Function Remove (key As RestApiSecurityScheme) As Boolean

Parameters

key
RestApiSecurityScheme

The security scheme to remove.

Returns

Implements

Applies to