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) 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