Skip to content

libsodium.Base64Variant

Andrew Lambert edited this page Nov 26, 2022 · 2 revisions

libsodium.Base64Variant

Enumeration

Protected Enum Base64Variant
     Original=1
     NoPadding=3
     URLSafe=5
     URLSafeNoPadding=7

Remarks

These are the different variations of Base64 encoding that may be used with the EncodeBase64 and DecodeBase64 methods.

Clone this wiki locally