This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Docker.
Summary
Checks out whether given property is a secret.
- Assembly
- Cake
.Docker .dll - Namespace
- Cake
.Docker - Containing Type
- Arguments
Builder Extension
Syntax
public static bool IsPropertyValueSecret<TSettings>(PropertyInfo property, TSettings settings)
where TSettings : AutoToolSettings
Type Parameters
| Name | Description |
|---|---|
| TSettings |
Parameters
| Name | Type | Description |
|---|---|---|
| property | PropertyInfo | |
| settings | TSettings |
Return Value
| Type | Description |
|---|---|
| bool |
