Search Results for

    Show / Hide Table of Contents

    Delegate AcquireCookieAsyncDelegate

    Asynchronous delegate to get a cookie to access a target resource

    Namespace: PnP.Framework.Provisioning.ObjectHandlers
    Assembly: PnP.Framework.dll
    Syntax
    public delegate Task<string> AcquireCookieAsyncDelegate(string resource);
    Parameters
    System.String resource

    The Resource to access

    Returns
    Task<System.String>

    The Cookie to access the target resource

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer