| OAuthTokenRequestClientSecret Property |
Gets or sets the client secret
Namespace:
SanteDB.DisconnectedClient.Security
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public 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
Property Value
Type:
StringSee Also