PathAuthenticationOption enumeration
Specifies the authentication method on the content deployment path that is used to log on to the destination server.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration PathAuthenticationOption
'Usage
Dim instance As PathAuthenticationOption
public enum PathAuthenticationOption
Members
Member name | Description | |
---|---|---|
Basic | Indicates that Basic authentication is used. | |
Windows | Indicates that Integrated Windows authentication is used. |
Remarks
This enumeration can be used as the pass-in the parameter "Authentication" for the Windows PowerShell on the content deployment path.