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) سلسلة تشفير بناءً على نوع الخوارزمية المتوفرة ومعلمات المفتاح والملح

أنظر أيضا