Class PnPCoreAuthenticationSitesOptions
Options for configuring PnP Core SDK
public class PnPCoreAuthenticationSitesOptions : Dictionary<string, PnPCoreAuthenticationSiteOptions>, IDictionary<string, PnPCoreAuthenticationSiteOptions>, ICollection<KeyValuePair<string, PnPCoreAuthenticationSiteOptions>>, IReadOnlyDictionary<string, PnPCoreAuthenticationSiteOptions>, IReadOnlyCollection<KeyValuePair<string, PnPCoreAuthenticationSiteOptions>>, IEnumerable<KeyValuePair<string, PnPCoreAuthenticationSiteOptions>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
- Inheritance
-
PnPCoreAuthenticationSitesOptions
- Implements