SPWebApplication.GetSecurityTokenServiceEndPointAddress method

Returns the endpoint URI of the security token service based on the specified request zone.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetSecurityTokenServiceEndPointAddress ( _
    zone As SPUrlZone _
) As Uri
'Usage
Dim instance As SPWebApplication
Dim zone As SPUrlZone
Dim returnValue As Uri

returnValue = instance.GetSecurityTokenServiceEndPointAddress(zone)
public Uri GetSecurityTokenServiceEndPointAddress(
    SPUrlZone zone
)

Parameters

Return value

Type: System.Uri
Uri
The endpoint URI.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace