Committing the unfinished changes to the SecurityHelper as I flesh it out during the migration. Also starting a documentation folder powered by Sandcastle.
		
			
				
	
	
		
			43 lines
		
	
	
	
		
			723 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
	
		
			723 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # LENGTH Field
 | |
| 
 | |
| 
 | |
| (Immutable) The default length.
 | |
| 
 | |
| 
 | |
| 
 | |
| ## Definition
 | |
| **Namespace:** <a href="N_CapyKit">CapyKit</a>  
 | |
| **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0+6cdd805be49c3b769a116584ea6904955ecd820d
 | |
| 
 | |
| **C#**
 | |
| ``` C#
 | |
| public const int LENGTH = 32
 | |
| ```
 | |
| **VB**
 | |
| ``` VB
 | |
| Public Const LENGTH As Integer = 32
 | |
| ```
 | |
| **C++**
 | |
| ``` C++
 | |
| public:
 | |
| literal int LENGTH = 32
 | |
| ```
 | |
| **F#**
 | |
| ``` F#
 | |
| static val mutable LENGTH: int
 | |
| ```
 | |
| 
 | |
| 
 | |
| 
 | |
| #### Field Value
 | |
| <a href="https://learn.microsoft.com/dotnet/api/system.int32" target="_blank" rel="noopener noreferrer">Int32</a>
 | |
| 
 | |
| ## Remarks
 | |
| This member is immutable.
 | |
| 
 | |
| ## See Also
 | |
| 
 | |
| 
 | |
| #### Reference
 | |
| <a href="T_CapyKit_Pbkdf2Algorithm">Pbkdf2Algorithm Class</a>  
 | |
| <a href="N_CapyKit">CapyKit Namespace</a>  
 |