9 lines
		
	
	
		
			210 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			210 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace MareSynchronos.MareConfiguration.Models;
 | |
| 
 | |
| [Serializable]
 | |
| public class SecretKey
 | |
| {
 | |
|     public string Key { get; set; } = string.Empty;
 | |
|     public string FriendlyName { get; set; } = string.Empty;
 | |
| }
 | 
