SB Payment Service .NET library
Namespace: SBPaymentService.Api
データ項目がDES暗号化対象になれることを指定。クラスプロパティに指定の場合は、そのクラス内のプロパティにも適用される。 前提として、データクラスには IEncryptable インターフェイスの指定必須。 この属性にかかわらず encrypted_flg = “0” では暗号化・復号化の処理はスキップ。 要求・応答データクラスの両方に適用。要求データでは Encrypt、応答データでは Decrypt の処理となる。
public class EncryptableAttribute : System.Attribute
Inheritance Object → Attribute → EncryptableAttribute
public object TypeId { get; }
public EncryptableAttribute()