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
zone
Typ: Microsoft.SharePoint.Administration.SPUrlZoneDie Anforderung Zone.
Rückgabewert
Typ: System.Uri
Uri
Der Endpunkt-URI.