| RedisConfigurationSectionPassword Property |
If the REDIS server requires authentication, the password which SanteDB should use to connect to the server
Namespace:
SanteDB.Caching.Redis.Configuration
Assembly:
SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 2.2.1
Syntax public string Password { get; set; }
Public Property Password As String
Get
Set
public:
property String^ Password {
String^ get ();
void set (String^ value);
}
member Password : string with get, set
Property Value
Type:
StringSee Also