PowerTCP Mail for .NET
SigningMethod Enumeration
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace : SigningMethod Enumeration




Defines the set of possible algorithms to be used when signing an S/MIME message.

Syntax

Visual Basic (Declaration) 
Public Enum SigningMethod 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As SigningMethod
C# 
public enum SigningMethod : System.Enum 
Managed Extensions for C++ 
__value public enum SigningMethod : public System.Enum 
C++/CLI 
public enum class SigningMethod : public System.Enum 

Members

MemberDescription
Md5Use the MD5 algorithm to sign the message.
ShaUse the SHA-1 algorithm to sign the message.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.PowerTCP.Mail.SigningMethod

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.