Bagikan melalui


EncryptedXml.Mode Properti

Definisi

Mendapatkan atau mengatur mode cipher yang digunakan untuk enkripsi XML.

public:
 property System::Security::Cryptography::CipherMode Mode { System::Security::Cryptography::CipherMode get(); void set(System::Security::Cryptography::CipherMode value); };
public System.Security.Cryptography.CipherMode Mode { get; set; }
member this.Mode : System.Security.Cryptography.CipherMode with get, set
Public Property Mode As CipherMode

Nilai Properti

Salah CipherMode satu nilai.

Keterangan

Mode Cipher Block Chaining (CBC) adalah mode cipher default untuk enkripsi XML. Anda dapat menggunakan properti ini untuk menentukan mode CipherMode sandi enumerasi lainnya, seperti mode Cipher Feedback (CFB).

Berlaku untuk