DESStatic: Create

Create

Returns a DES cryptography service provider based on the name of the provider.



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

Parameters

AlgName
[ByVal] Optional. String. The implementation name of the DES cryptography service provider.  

Default: "DES"

Return Values

DES -  Returns a DES implementation.

Remarks

If no name is given, then the default implementation is returned.

See Also

Project CorLib Overview

Class DESStatic Overview