KerberosToken Constructor (String, String)

Initializes a new instance of the KerberosToken class.

Namespace: Microsoft.Web.Services2.Security.Tokens
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim serviceMachineName As String
Dim domain As String
Dim kerberosToken1 As New KerberosToken(serviceMachineName, domain)

Syntax

'Declaration
Public Sub New( _
    ByVal serviceMachineName As String, _
    ByVal domain As String _
)
public KerberosToken(
    string serviceMachineName, 
    string domain
);
public: KerberosToken(
    String^ serviceMachineName, 
    String^ domain
);
public KerberosToken(
    System.String serviceMachineName, 
    System.String domain
);
public function KerberosToken(
     serviceMachineName : String, 
     domain : String
);

Parameters

  • serviceMachineName
    The name of the computer hosting the Web service.
  • domain
    The domain or realm the computer hosting the Web service is a member of.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

KerberosToken Class
Microsoft.Web.Services2.Security.Tokens Namespace

Other Resources

KerberosToken Members