Share via


RestApiSecurityRequirement.IReadOnlyDictionary<RestApiSecurityScheme,IList<String>>.Keys Property

Definition

Gets an enumerable collection that contains the keys in the read-only dictionary.

System.Collections.Generic.IEnumerable<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme> System.Collections.Generic.IReadOnlyDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.Keys { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme,System.Collections.Generic.IList<System.String>>.Keys : seq<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme>
 ReadOnly Property Keys As IEnumerable(Of RestApiSecurityScheme) Implements IReadOnlyDictionary(Of RestApiSecurityScheme, IList(Of String)).Keys

Property Value

Implements

Applies to