Share via


AuthenticationInfo Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets an AuthenticationInfo object that was created by the CommerceAuthenticationModule class.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property AuthenticationInfo As AuthenticationInfo
'Usage
Dim instance As CommerceContext
Dim value As AuthenticationInfo

value = instance.AuthenticationInfo
public AuthenticationInfo AuthenticationInfo { get; }
public:
property AuthenticationInfo^ AuthenticationInfo {
    AuthenticationInfo^ get ();
}
public function get AuthenticationInfo () : AuthenticationInfo

Property Value

Type: Microsoft.CommerceServer.Runtime..::.AuthenticationInfo
The AuthenticationInfo class instance created CommerceAuthenticationModule class.

Remarks

AuthenticationInfo will be nullNothingnullptra null reference (Nothing in Visual Basic) if the CommerceAuthenticationModule class is not enabled in the Web.config file.

Permissions

See Also

Reference

CommerceContext Class

CommerceContext Members

Microsoft.CommerceServer.Runtime Namespace