Method | Description | |
---|---|---|
Build ( ) : SecurityScheme |
The build.
|
|
Description ( string description ) : |
A short description for security scheme.
|
|
IsInHeader ( ) : |
Declare that the API key is located in a header
|
|
IsInQuery ( ) : |
Declare that the API key is located in the query
|
|
Name ( string name ) : |
The name.
|
Method | Description | |
---|---|---|
In ( ApiKeyLocations securityIn ) : |
The in.
|
public Description ( string description ) : |
||
description | string | /// The description. /// |
return |
public IsInHeader ( ) : |
||
return |
public IsInQuery ( ) : |
||
return |
public Name ( string name ) : |
||
name | string | /// The name. /// |
return |