Share via


SingleSignonLocator.GetCredentialEntryUrl Method (String, UInt16)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Shared Function GetCredentialEntryUrl ( _
    strApplication As String, _
    sslPort As UShort _
) As String
'Usage
Dim strApplication As String
Dim sslPort As UShort
Dim returnValue As String

returnValue = SingleSignonLocator.GetCredentialEntryUrl(strApplication, _
    sslPort)
public static string GetCredentialEntryUrl(
    string strApplication,
    ushort sslPort
)

Parameters

Return Value

Type: System.String

See Also

Reference

SingleSignonLocator Class

SingleSignonLocator Members

GetCredentialEntryUrl Overload

Microsoft.SharePoint.Portal Namespace