Share via


RestApiSecurityRequirement.IReadOnlyDictionary<RestApiSecurityScheme,IList<String>>.Item[RestApiSecurityScheme] Property

Definition

Gets the element that has the specified key in the read-only dictionary.

System.Collections.Generic.IList<string> System.Collections.Generic.IReadOnlyDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.Item[Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme key] { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.Item(Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme) : System.Collections.Generic.IList<string>
 ReadOnly Property Item(key As RestApiSecurityScheme) As IList(Of String) Implements IReadOnlyDictionary(Of RestApiSecurityScheme, IList(Of String)).Item

Parameters

Property Value

Implements

Applies to