SymmetricAlgorithm.ModeValue Campo

Definizione

Rappresenta la modalità di crittografia usata nell'algoritmo simmetrico.

protected: System::Security::Cryptography::CipherMode ModeValue;
protected System.Security.Cryptography.CipherMode ModeValue;
val mutable ModeValue : System.Security.Cryptography.CipherMode
Protected ModeValue As CipherMode 

Valore del campo

CipherMode

Commenti

Per CipherMode una descrizione di modalità specifiche, vedere l'enumerazione .

Questo campo è accessibile tramite la Mode proprietà .

Si applica a

Vedi anche