Table of Contents

Class PnPContextFactoryOptionsConfiguration

Namespace
PnP.Core.Services
Assembly
PnP.Core.dll

PnPContext configuration options

public class PnPContextFactoryOptionsConfiguration
Inheritance
PnPContextFactoryOptionsConfiguration
Inherited Members

Properties

AuthenticationProvider

The Authentication Provider configuration

public IAuthenticationProvider AuthenticationProvider { get; set; }

Property Value

IAuthenticationProvider

Name

The Name of the configuration

public string Name { get; set; }

Property Value

string

SiteUrl

The URL of the target SPO Site

public Uri SiteUrl { get; set; }

Property Value

Uri