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.
Gets the relative public URL of the security token service (STS).
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property SecurityTokenServicePublicUrlSuffix As String
Get
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As String
value = instance.SecurityTokenServicePublicUrlSuffix
public string SecurityTokenServicePublicUrlSuffix { get; }
Property Value
Type: System.String
The relative public URL of the security token service (STS).
Remarks
This property always returns /_vti_bin/spsecuritytokenserviceactive.svc.
See Also
Reference
SPSecurityTokenServiceManager Class