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.
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)
Available in Sandboxed Solutions: No
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
zone
Type: Microsoft.SharePoint.Administration.SPUrlZoneThe request zone.
Return Value
Type: System.Uri
Uri
The endpoint URI.