Skip to content

T_QRCoder_Core_PayloadGenerator_ShadowSocksConfig_Method

Afonso Dutra Nogueira Filho edited this page Mar 28, 2024 · 2 revisions

PayloadGenerator.ShadowSocksConfig.Method Enumeration

[Missing <summary> documentation for "T:QRCoder.Core.PayloadGenerator.ShadowSocksConfig.Method"]

Definition

Namespace: QRCoder.Core
Assembly: QRCoder.Core (in QRCoder.Core.dll) Version: 1.0.2+100b048b01076590efe500a3be242a5faeb43294
XMLNS for XAML: Not mapped to an xmlns.

C#

public enum Method

C++

public enum class Method

Members

Chacha20IetfPoly1305 0  
Aes128Gcm 1  
Aes192Gcm 2  
Aes256Gcm 3  
XChacha20IetfPoly1305 4  
Aes128Cfb 5  
Aes192Cfb 6  
Aes256Cfb 7  
Aes128Ctr 8  
Aes192Ctr 9  
Aes256Ctr 10  
Camellia128Cfb 11  
Camellia192Cfb 12  
Camellia256Cfb 13  
Chacha20Ietf 14  
Aes256Cb 15  
Aes128Ofb 16  
Aes192Ofb 17  
Aes256Ofb 18  
Aes128Cfb1 19  
Aes192Cfb1 20  
Aes256Cfb1 21  
Aes128Cfb8 22  
Aes192Cfb8 23  
Aes256Cfb8 24  
Chacha20 25  
BfCfb 26  
Rc4Md5 27  
Salsa20 28  
DesCfb 29  
IdeaCfb 30  
Rc2Cfb 31  
Cast5Cfb 32  
Salsa20Ctr 33  
Rc4 34  
SeedCfb 35  
Table 36  

See Also

Reference

QRCoder.Core Namespace

Clone this wiki locally