SymmetricAlgorithm.ModeValue 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示对称算法中使用的密码模式。
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 属性访问此字段。