WebConnectionStringBuilderClientSecret Property

Gets or sets the secret when authentication type is set to ClientSecret.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
public string ClientSecret { get; set; }

Property Value

String

See Also