Base64UrlTextEncoder Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encodes and decodes using base64 url encoding.
public ref class Base64UrlTextEncoder abstract sealedpublic static class Base64UrlTextEncodertype Base64UrlTextEncoder = classPublic Class Base64UrlTextEncoder- Inheritance
- 
				Base64UrlTextEncoder
Methods
| Decode(String) | Decodes supplied string by replacing the non-URL encodable characters with URL encodable characters and then decodes the Base64 string. | 
| Encode(Byte[]) | Encodes supplied data into Base64 and replaces any URL encodable characters into non-URL encodable characters. |