CommerceContext.AuthenticationInfo Property (BCL)

The AuthenticationInfo property is a read-only object that retrieves the AuthenticationInfo class instance that was created by the CommerceAuthenticationModule class.

Definition

[Visual Basic .NET]

Public ReadOnly Property AuthenticationInfo As AuthenticationInfo

[C#]

public AuthenticationInfo AuthenticationInfo{get;} 

Property Value

The AuthenticationInfo class instance created by the CommerceAuthenticationModule class.

Remarks

Will be null if the CommerceAuthenticationModule class is not enabled in the web.config file.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.