 | RedisConfigurationSectionUserName Property |
If the REDIS server requires authentication, the user name which SanteDB should use to connect to the server
Namespace: SanteDB.Caching.Redis.ConfigurationAssembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntaxpublic string UserName { get; set; }Public Property UserName As String
Get
Set
public:
property String^ UserName {
String^ get ();
void set (String^ value);
}member UserName : string with get, set
Property Value
String
See Also