OpenApiComponents.SecuritySchemes 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.
An object to hold reusable OpenApiSecurityScheme Objects.
public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.Models.OpenApiSecurityScheme> SecuritySchemes { get; set; }
member this.SecuritySchemes : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.OpenApiSecurityScheme> with get, set
Public Property SecuritySchemes As IDictionary(Of String, OpenApiSecurityScheme)