|
OIDCSecurityProviderClientSecret Property
|
The ClientSecret used to encrypt the user data
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntaxpublic string ClientSecret { get; set; }
Public Property ClientSecret As String
Get
Set
public:
property String^ ClientSecret {
String^ get ();
void set (String^ value);
}
member ClientSecret : string with get, set
function get_ClientSecret();
function set_ClientSecret(value);
View SourceProperty Value
String
See Also