ChainStoreWeb.SharePointContextProvider.ValidateSharePointContext C# (CSharp) Method

ValidateSharePointContext() protected abstract method

Validates if the given SharePointContext can be used with the specified HTTP context.
protected abstract ValidateSharePointContext ( SharePointContext spContext, System.Web.HttpContextBase httpContext ) : bool
spContext SharePointContext The SharePointContext.
httpContext System.Web.HttpContextBase The HTTP context.
return bool
        protected abstract bool ValidateSharePointContext(SharePointContext spContext, HttpContextBase httpContext);