MailBee.NET Objects 4.0

Smime Members

Smime overview

Public Instance Constructors

Smime Constructor Creates a new instance of Smime class.

Public Instance Properties

EncryptionAlgorithm Gets or sets the algorithm to use for encrypting messages.
HashAlgorithm Gets or sets the hash algorithm to use for signing messages with a digital signature.
LastResult Gets a numeric code of the last error.
Provider Gets or sets the CSP to be used for cryptographic operations.
ThrowExceptions Gets or sets whether the object will throw exceptions on errors.

Public Instance Methods

DecryptOverloaded. Decrypts an e-mail message if it's encrypted.
DecryptAndVerifyOverloaded. Decrypts an e-mail message if it's encrypted and verifies its signature if it's signed.
Encrypt Encrypts an e-mail message.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ResetToDefaults Resets S/MIME settings to default values.
Sign Signs an e-mail message with a digital signature.
SignAndEncrypt Signs and encrypts an e-mail message.
ToString (inherited from Object) Returns a String that represents the current Object.
Verify Verifies if the signature of the specified e-mail message is valid.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Smime Class | MailBee.Security Namespace