次の方法で共有


PbeParameters.EncryptionAlgorithm プロパティ

定義

データの暗号化時に使用するアルゴリズムを取得します。

public:
 property System::Security::Cryptography::PbeEncryptionAlgorithm EncryptionAlgorithm { System::Security::Cryptography::PbeEncryptionAlgorithm get(); };
public System.Security.Cryptography.PbeEncryptionAlgorithm EncryptionAlgorithm { get; }
member this.EncryptionAlgorithm : System.Security.Cryptography.PbeEncryptionAlgorithm
Public ReadOnly Property EncryptionAlgorithm As PbeEncryptionAlgorithm

プロパティ値

PbeEncryptionAlgorithm

データを暗号化するときに使用するアルゴリズム。

適用対象