Computes the hash of the specified text by repeating the hash computation as many times as requested.
	
	
		
  
    
						
			
			| Name | Description | 
|---|---|
| StrongDigest(byte[], int) | Computes the hash of the specified data by repeating the hash computation as many times as requested. | 
| StrongDigest(string, int) | Computes the hash of the specified text by repeating the hash computation as many times as requested. |