共用方式為


AesManaged.Mode 屬性

定義

取得或設定對稱演算法的作業模式。

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

屬性值

其中一個列舉值,指定要用於加密的區塊編碼器模式。 預設為 CBC

例外狀況

Mode 設定為 CFBOFB

備註

CFB不支援和 OFB 模式。

適用於