SymmetricAlgorithm.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 virtual System.Security.Cryptography.CipherMode Mode { get; set; }
member this.Mode : System.Security.Cryptography.CipherMode with get, set
Public Overridable Property Mode As CipherMode

Hodnota vlastnosti

CipherMode

Režim pro provoz symetrického algoritmu. Výchozí formát je CBC.

Výjimky

Režim šifrování není jednou z CipherMode hodnot.

Poznámky

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

Platí pro

Viz také