Gets the credit card security code associated with the payment after it has been encrypted.

Namespace: Asi.iBO.Financials
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string CreditCardSecurityCodeEncrypted { get; }
Visual Basic
Public ReadOnly Property CreditCardSecurityCodeEncrypted As String
	Get
Visual C++
public:
property String^ CreditCardSecurityCodeEncrypted {
	String^ get ();
}

Field Value

The value set in the CreditCardSecurityCode property, but encrypted.

Remarks

This value is only available after the CreditCardSecurityCode property has been set.

See Also