 | UpstreamCredentialConfigurationCredentialSecret Property |
Gets or sets the secret if plaintext
Namespace: SanteDB.Client.Configuration.UpstreamAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic string CredentialSecret { get; set; }Public Property CredentialSecret As String
Get
Set
public:
property String^ CredentialSecret {
String^ get ();
void set (String^ value);
}member CredentialSecret : string with get, set
Property Value
String
See Also