Class SharedSecret
Typed configuration options for shared secret header-based authentication.
Inheritance
object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class SharedSecret
Constructors
View SourceSharedSecret()
Declaration
public SharedSecret()
Properties
View SourceHeaderName
Gets or sets the name of the HTTP header containing the shared secret.
Declaration
public string? HeaderName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Gets or sets the shared secret value.
Declaration
public string? Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |