SecurityUtilsBase64Variant Enumeration |
Namespace: PDTec.IceNet.Sdk.Utils
public enum Base64Variant
| Member name | Value | Description | |
|---|---|---|---|
| Default | 0 | The default Base-64 encoding with '+', '/' and '=' special characters. | |
| Url | 1 | The URL-compatible Base-64 encoding with '-' and '_' special characters. Padding characters are omitted. |