RC2Static: Create

Create

Creates an RC2 crypto service provider based on the name.



 Public Function Create(
	  Optional ByVal AlgName As String = "RC2" ) As RC2

Parameters

AlgName
[ByVal] Optional. String. The name of the algorithm implementation.  

Default: "RC2"

Return Values

RC2 - 

Remarks

The names "RC2" and "RC2CryptoServiceProvider" will return the default RC2CryptoServiceProvider.

See Also

Project CorLib Overview

Class RC2Static Overview