AlgorithmCreateInstanceById Method |
Returns
Algorithm object by the specified identifier.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static Algorithm CreateInstanceById(
int algId
)
Public Shared Function CreateInstanceById (
algId As Integer
) As Algorithm
Parameters
- algId
- Type: SystemInt32
The integer value representing the algorithm identifier (ID).
Return Value
Type:
AlgorithmThe corresponding
Algorithm object, or a null reference (
Nothing in Visual Basic) if
no algorithm matching the specified ID was found.
See Also