Freigeben über


SPWebApplication.GetSecurityTokenServiceEndPointAddress-Methode

Gibt den Endpunkt-URI des dem Sicherheitstokendienst basierend auf der angegebenen Anforderung Zone zurück.

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
)

Parameter

Rückgabewert

Typ: System.Uri
Uri
Der Endpunkt-URI.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace