SPSecurityTokenServiceManager.SecurityTokenServicePublicUrlSuffix property
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