MailBee.NET Objects 4.0

Algorithm Class

Represents a cryptographic algorithm used for signing and encryption operations.

For a list of all members of this type, see Algorithm Members.

System.Object
   MailBee.Security.Algorithm

public class Algorithm

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

MailBee automatically selects the appropriate algorithms accordingly Windows defaults.

Use this class only if the application logic requires using certain cryptographic algorithms. To select algorithms to be used by S/MIME functions of MailBee, set Smime.EncryptionAlgorithm or Smime.HashAlgorithm properties.

Example

The example is available in EncryptionAlgorithm topic.

Requirements

Namespace: MailBee.Security

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

Algorithm Members | MailBee.Security Namespace | EncryptionAlgorithm | HashAlgorithm | CryptoServiceProvider