Share via


CredentialsMethodValues Enumeration

Credentials Method

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration CredentialsMethodValues
'Usage
Dim instance As CredentialsMethodValues
public enum CredentialsMethodValues

Members

Member name Description
Integrated Integrated Authentication. When the item is serialized out as xml, its value is "integrated".
None No Credentials. When the item is serialized out as xml, its value is "none".
Stored Stored Credentials. When the item is serialized out as xml, its value is "stored".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace