SymmetricAlgorithm.ModeValue 字段

定义

表示对称算法中使用的密码模式。

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

字段值

注解

有关特定模式的说明,请参阅 CipherMode 枚举。

此字段通过 Mode 属性进行访问。

适用于

另请参阅