Share via


RestApiSecurityRequirement.Keys Property

Definition

Gets an ICollection<T> of all of the security schemes.

public System.Collections.Generic.ICollection<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiSecurityScheme>
Public ReadOnly Property Keys As ICollection(Of RestApiSecurityScheme)

Property Value

Implements

Applies to