SecurityTokenServiceClient Constructor (EndpointReference)
Initializes a new instance of the SecurityTokenServiceClient class using the endpoint reference of the security token service.
Namespace: Microsoft.Web.Services2.Security
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)
Usage
'Usage
Dim destination As EndpointReference
Dim securityTokenServiceClient1 As New SecurityTokenServiceClient(destination)
Syntax
'Declaration
Public Sub New( _
ByVal destination As EndpointReference _
)
public SecurityTokenServiceClient(
EndpointReference destination
);
public: SecurityTokenServiceClient(
EndpointReference^ destination
);
public SecurityTokenServiceClient(
EndpointReference destination
);
public function SecurityTokenServiceClient(
destination : EndpointReference
);
Parameters
- destination
An EndpointReference that identifies the security token service.
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
SecurityTokenServiceClient Class
Microsoft.Web.Services2.Security Namespace