Show / Hide Table of Contents

Enum IdentityProvider

This enum defines the Identity providers for ExcelThreadedCommentPerson as described here: https://docs.microsoft.com/en-us/openspecs/office_standards/ms-xlsx/6274371e-7c5c-46e3-b661-cbeb4abfe968

Namespace: OfficeOpenXml.ThreadedComments
Assembly: EPPlus.dll
Syntax
public enum IdentityProvider

Fields

Name Description
ActiveDirectory

ActiveDirectory, Person's userId should be an ActiveDirectory Security Identifier (SID) as specified here: https://docs.microsoft.com/en-us/openspecs/windows_protocols/MS-DTYP/cca27429-5689-4a16-b2b4-9325d93e4ba2

NoProvider

No provider, Person's userId should be a name

Office365

Office 365. The Person's userId should be a string that uniquely identifies a user. It SHOULD be comprised of three individual values separated by a "::" delimiter.

PeoplePicker

People Picker, The Persons userId should be an email address provided by People Picker.

WindowsLiveId

Windows Live, Person's userId should be a 64-bit signed decimal that uniquely identifies a user on Windows Live

In This Article
Back to top Generated by DocFX