Freigeben über


SecurityTokenServiceClient Constructor (EndpointReference)

Initializes a new instance of the SecurityTokenServiceClient class using the endpoint reference of the security token service.

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.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

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

SecurityTokenServiceClient Class
SecurityTokenServiceClient Members
Microsoft.Web.Services3.Security Namespace