Signature types used by OAuth authentication (SignatureMethod(SignatureType)).
Namespace: Limilabs.Client.AuthenticationAssembly: 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 name | Value | Description | |
|---|---|---|---|
| HMACSHA1 | 0 | HMACSHA1 method. | |
| PLAINTEXT | 1 | Plaint text method. | |
| RSASHA1 | 2 | Not supported RSASHA1 method. |