4 references to AkaMSClientCertificate
Microsoft.DotNet.Build.Tasks.Feed (4)
src\PublishArtifactsInManifest.cs (4)
351
AkaMSClientCertificate = !string.IsNullOrEmpty(
AkaMSClientCertificate
) ?
353
X509CertificateLoader.LoadPkcs12(Convert.FromBase64String(File.ReadAllText(
AkaMSClientCertificate
)), password: null) : null,
401
AkaMSClientCertificate = !string.IsNullOrEmpty(
AkaMSClientCertificate
) ?
403
X509CertificateLoader.LoadPkcs12(Convert.FromBase64String(File.ReadAllText(
AkaMSClientCertificate
)), password: null) : null,