Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the KerberosToken class.
Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.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 that hosts the Web service.
- ___domain
The ___domain or realm the computer that hosts the Web service is a member of.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
KerberosToken Class
KerberosToken Members
Microsoft.Web.Services3.Security.Tokens Namespace