ASPC.Marvel.CrimeAPI.SharePointHighTrustContextProvider.SaveSharePointContext C# (CSharp) Method

SaveSharePointContext() protected method

protected SaveSharePointContext ( SharePointContext spContext, System.Web.HttpContextBase httpContext ) : void
spContext SharePointContext
httpContext System.Web.HttpContextBase
return void
        protected override void SaveSharePointContext(SharePointContext spContext, HttpContextBase httpContext)
        {
            httpContext.Session[SPContextKey] = spContext as SharePointHighTrustContext;
        }