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

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string CreditCardSecurityCodeEncrypted { get; }
Visual Basic (Declaration)
Public ReadOnly Property CreditCardSecurityCodeEncrypted As String
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