2 references to AuthenticationType
Microsoft.NET.Sdk.Publish.Tasks (2)
MsDeploy\VsMSDeployObject.cs (2)
84
if (!string.IsNullOrEmpty(vSMSDeployObject.
AuthenticationType
))
86
baseOptions.AuthenticationType = vSMSDeployObject.
AuthenticationType
;