AuthenticationIndicator Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the authentication indicator.

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public string AuthenticationIndicator { get; set; }
Visual Basic
Public Property AuthenticationIndicator As String
	Get
	Set
Visual C++
public:
virtual property String^ AuthenticationIndicator {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Field Value

The authentication indicator.

Implements

IGatewayRequest..::..AuthenticationIndicator

See Also