Click or drag to resize

SignatureType Enumeration

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

Namespace:  Limilabs.Client.Authentication
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public enum SignatureType
Members
  Member nameValueDescription
HMACSHA10 HMACSHA1 method.
PLAINTEXT1 Plaint text method.
RSASHA12 Not supported RSASHA1 method.
See Also