Signature types used by OAuth authentication (SignatureMethod(SignatureType)).

Namespace: Limilabs.Client.Authentication
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public enum SignatureType
Visual Basic
Public Enumeration SignatureType
Visual C++
public enum class SignatureType

Members

Member nameValueDescription
HMACSHA10 HMACSHA1 method.
PLAINTEXT1 Plaint text method.
RSASHA12 Not supported RSASHA1 method.

See Also