41 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # ValidateKey Method
 | ||
| 
 | ||
| 
 | ||
| Validates the provided key.
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| ## Definition
 | ||
| **Namespace:** <a href="N_CapyKit_Helpers.md">CapyKit.Helpers</a>  
 | ||
| **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.4
 | ||
| 
 | ||
| **C#**
 | ||
| ``` C#
 | ||
| public bool ValidateKey(
 | ||
| 	string providedKey
 | ||
| )
 | ||
| ```
 | ||
| **F#**
 | ||
| ``` F#
 | ||
| member ValidateKey : 
 | ||
|         providedKey : string -> bool 
 | ||
| ```
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| #### Parameters
 | ||
| <dl><dt>  <a href="https://learn.microsoft.com/dotnet/api/system.string" target="_blank" rel="noopener noreferrer">String</a></dt><dd>The provided key.</dd></dl>
 | ||
| 
 | ||
| #### Return Value
 | ||
| <a href="https://learn.microsoft.com/dotnet/api/system.boolean" target="_blank" rel="noopener noreferrer">Boolean</a>  
 | ||
| True if it succeeds, false if it fails.
 | ||
| 
 | ||
| ## See Also
 | ||
| 
 | ||
| 
 | ||
| #### Reference
 | ||
| <a href="T_CapyKit_Helpers_KeyHelper.md">KeyHelper Class</a>  
 | ||
| <a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>  
 | ||
| <a href="M_CapyKit_Helpers_KeyHelper_GetMasterKey.md">GetMasterKey()</a>  
 | ||
| <a href="M_CapyKit_Helpers_KeyHelper_SetMasterKeyAccessor.md">SetMasterKeyAccessor(Func(Byte[]))</a>  
 | ||
| <a href="F_CapyKit_Helpers_KeyHelper_masterKeyAccessor.md">masterKeyAccessor</a>  
 |