DefaultAuthMethods Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The list of default authorization methods. The default list is NTLM, negotiate, Kerberos, and Basic, in that order.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DefaultAuthMethods As String()
'Usage
Dim value As String()
value = ServiceAgent.DefaultAuthMethods
public static string[] DefaultAuthMethods { get; }
public:
static property array<String^>^ DefaultAuthMethods {
array<String^>^ get ();
}
public static function get DefaultAuthMethods () : String[]
Property Value
Type: array<System..::.String>[]()[]
A string array with the list of default authorization methods.
Remarks
The default list is NTLM, negotiate, Kerberos, and Basic, in that order.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.