1 write to CertificatePath
NuGet.Commands (1)
SignCommand\SignCommandRunner.cs (1)
185
CertificatePath
= signArgs.CertificatePath,
7 references to CertificatePath
NuGet.Commands (7)
SignCommand\CertificateProvider.cs (7)
56
if (!string.IsNullOrEmpty(options.
CertificatePath
))
75
options.
CertificatePath
,
84
options.
CertificatePath
)));
98
options.
CertificatePath
)));
110
options.
CertificatePath
)));
133
cert = X509CertificateLoader.LoadPkcs12FromFile(options.
CertificatePath
, options.CertificatePassword);
163
cert = X509CertificateLoader.LoadPkcs12FromFile(options.
CertificatePath
, null);