次の方法で共有


CngGcmAuthenticatedEncryptionSettings.EncryptionAlgorithm プロパティ

定義

対称暗号化に使用するアルゴリズムの名前。 このプロパティは、BCryptOpenAlgorithmProvider の 'pszAlgId' パラメーターに対応します。 このプロパティは、値を持つ必要があります。

public:
 property System::String ^ EncryptionAlgorithm { System::String ^ get(); void set(System::String ^ value); };
public string EncryptionAlgorithm { get; set; }
member this.EncryptionAlgorithm : string with get, set
Public Property EncryptionAlgorithm As String

プロパティ値

注釈

アルゴリズムは CBC スタイルの暗号化をサポートする必要があり、ブロック サイズは正確に 128 ビットである必要があります。 既定値は 'AES' です。

適用対象