SymmetricEncryptionAttribute

SymmetricEncryptionAttribute class

インスタンスのシリアル化に、オブジェクトのシリアル化文字列を暗号化/復号化するよう指示します。

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
public sealed class SymmetricEncryptionAttribute : Attribute, IDataEncryption

コンストラクター

名前 説明
SymmetricEncryptionAttribute(SymmetricAlgorithmType, string) パラメーターとデフォルトのパスフレーズを使用して対称アルゴリズムを作成します。
SymmetricEncryptionAttribute(SymmetricAlgorithmType, string, string) パラメーターを使用して対称アルゴリズムを作成します。

メソッド

名前 説明
Decode(string) 渡された文字列をアルゴリズムの種類、キー、およびソルト パラメータに基づいて復号化します
Encode(string) 提供されたアルゴリズム タイプ、キー、およびソルト パラメータに基づいて文字列を暗号化します

関連項目