StsClientApi

CustomXmlSecTokenServiceClient Constructor 

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

[Visual Basic]
Public Sub New( _
   ByVal endpoint As EndpointReference _
)
[C#]
public CustomXmlSecTokenServiceClient(
   EndpointReference endpoint
);

Parameters

endpoint
An EndpointReference that identifies the security token service.

See Also

CustomXmlSecTokenServiceClient Class | com.pingidentity.Security.STS.Client Namespace