SBPaymentService.NET

SB Payment Service .NET library

< クラス一覧


EncryptableAttribute

Namespace: SBPaymentService.Api

データ項目がDES暗号化対象になれることを指定。クラスプロパティに指定の場合は、そのクラス内のプロパティにも適用される。 前提として、データクラスには IEncryptable インターフェイスの指定必須。 この属性にかかわらず encrypted_flg = “0” では暗号化・復号化の処理はスキップ。 要求・応答データクラスの両方に適用。要求データでは Encrypt、応答データでは Decrypt の処理となる。

public class EncryptableAttribute : System.Attribute

Inheritance ObjectAttributeEncryptableAttribute

Properties

TypeId

public object TypeId { get; }

Property Value

Object

Constructors

EncryptableAttribute()

public EncryptableAttribute()

< クラス一覧