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
- strApplication
Type: System.String
- sslPort
Type: System.UInt16
Return Value
Type: System.String