Base64UrlTextEncoder Class

Namespace
Microsoft.AspNetCore.Authentication
Assemblies
  • Microsoft.AspNetCore.Authentication

Syntax

public class Base64UrlTextEncoder
class Microsoft.AspNetCore.Authentication.Base64UrlTextEncoder

Methods

Decode(System.String)
Return type:System.Byte<System.Byte>[]
public static byte[] Decode(string text)
Encode(System.Byte[])
Return type:System.String
public static string Encode(byte[] data)