SPSecurityTokenServiceManager.SecurityTokenServiceMetadataPublicUrlSuffix property
Gets the relative public URL of the security token service (STS) metadata.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property SecurityTokenServiceMetadataPublicUrlSuffix As String
Get
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As String
value = instance.SecurityTokenServiceMetadataPublicUrlSuffix
public string SecurityTokenServiceMetadataPublicUrlSuffix { get; }
Property value
Type: System.String
The relative public URL of the security token service (STS) metadata.
Remarks
This property always returns /_vti_bin/spsecuritytokenserviceactive.svc/mex.
See also
Reference
SPSecurityTokenServiceManager class