Enum IdentityProvider
- Namespace
- OfficeOpenXml.ThreadedComments
- Assembly
- EPPlus.dll
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
public enum IdentityProvider
Fields
ActiveDirectory = 1
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 = 0
No provider, Person's userId should be a name
Office365 = 3
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 = 4
People Picker, The Persons userId should be an email address provided by People Picker.
WindowsLiveId = 2
Windows Live, Person's userId should be a 64-bit signed decimal that uniquely identifies a user on Windows Live