<PackageReference Include="BouncyCastle.Cryptography" Version="2.2.1" />
    
	
	
		
		
		
	 
	
	
        
                
                Base64
                
                
                
                
public static byte[] 
Decode(
byte[] 
data)
 
public static byte[] 
Decode(
string data)
 
public static byte[] 
Encode(
byte[] 
data)
 
public static byte[] 
Encode(
byte[] 
data, 
int off, 
int length)
 
public static int Encode(
byte[] 
data, 
int off, 
int length, 
Stream outStream)