AlgorithmCreateInstanceById Method
Returns Algorithm object by the specified identifier.

Namespace: MailBee.Security
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public static Algorithm CreateInstanceById(
	int algId
)

Parameters

algId
Type: SystemInt32
The integer value representing the algorithm identifier (ID).

Return Value

Type: Algorithm
The corresponding Algorithm object, or a null reference (Nothing in Visual Basic) if no algorithm matching the specified ID was found.
See Also