OpenApiPassword Class

Definition

Open API password.

public class OpenApiPassword : Microsoft.OpenApi.Any.OpenApiPrimitive<string>
type OpenApiPassword = class
    inherit OpenApiPrimitive<string>
Public Class OpenApiPassword
Inherits OpenApiPrimitive(Of String)
Inheritance
OpenApiPassword

Constructors

OpenApiPassword(String)

Initializes the OpenApiPassword class.

Properties

AnyType

The kind of IOpenApiAny.

(Inherited from OpenApiPrimitive<T>)
PrimitiveType

The primitive type this object represents.

Value

Value of this IOpenApiPrimitive

(Inherited from OpenApiPrimitive<T>)

Methods

Write(IOpenApiWriter, OpenApiSpecVersion)

Write out content of primitive element

(Inherited from OpenApiPrimitive<T>)

Extension Methods

Validate(IOpenApiElement, ValidationRuleSet)

Validate element and all child elements

Applies to