AlgorithmCreateInstanceById Method
Returns Algorithm object by the specified identifier.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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