RijndaelManaged.Mode Vlastnost

Definice

Získá nebo nastaví režim pro provoz symetrického algoritmu.

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

Hodnota vlastnosti

Režim fungování symetrického algoritmu. Výchozí hodnota je CBC.

Poznámky

Popis konkrétních režimů najdete ve CipherMode výčtu.

Platí pro