RestApiSecurityRequirement.IReadOnlyDictionary<RestApiSecurityScheme,IList<String>>.Item[RestApiSecurityScheme] Property
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.
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