Partilhar via


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

SPSecurityTokenServiceManager Members

Microsoft.SharePoint.Administration.Claims Namespace