Share via


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

Definition

Gets an ICollection<T> containing the keys of the IDictionary<TKey,TValue>.

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

Property Value

Implements

Applies to