SpsSsoProvider.GetCredentialManagementURL 方法 (Microsoft.SharePoint.Portal.SingleSignon)

Gets the URL for managing credentials for the specified application.

命名空间: Microsoft.SharePoint.Portal.SingleSignon
程序集: Microsoft.SharePoint.Portal.SingleSignon (在 microsoft.sharepoint.portal.singlesignon.dll 中)

语法

声明
Public Function GetCredentialManagementURL ( _
    AppID As String _
) As Uri
用法
Dim instance As SpsSsoProvider
Dim AppID As String
Dim returnValue As Uri

returnValue = instance.GetCredentialManagementURL(AppID)
public Uri GetCredentialManagementURL (
    string AppID
)

参数

  • AppID
    An Application ID.

返回值

The URL for managing credentials for the specified application.

备注

The ultimate destination URL is obtained from the HTTPREFERRER header.

另请参阅

参考

SpsSsoProvider 类
SpsSsoProvider 成员
Microsoft.SharePoint.Portal.SingleSignon 命名空间