public GetADFSUserNameMixedAuthenticatedContext ( string siteUrl, string user, string password, string domain, string sts, string idpId, int logonTokenCacheExpirationWindow = 10 ) : ClientContext | ||
siteUrl | string | Url of the SharePoint site that's secured via ADFS |
user | string | Name of the user (e.g. administrator) |
password | string | Password of the user |
domain | string | Windows domain of the user |
sts | string | Hostname of the ADFS server (e.g. sts.company.com) |
idpId | string | Identifier of the ADFS relying party that we're hitting |
logonTokenCacheExpirationWindow | int | Optioanlly provide the value of the SharePoint STS logonTokenCacheExpirationWindow. Defaults to 10 minutes. |
리턴 | ClientContext |