4 references to AkaMSClientCertificate
Microsoft.DotNet.Build.Tasks.Feed (4)
src\PublishArtifactsInManifest.cs (4)
350
AkaMSClientCertificate = !string.IsNullOrEmpty(
AkaMSClientCertificate
) ?
352
X509CertificateLoader.LoadPkcs12(Convert.FromBase64String(File.ReadAllText(
AkaMSClientCertificate
)), password: null) : null,
400
AkaMSClientCertificate = !string.IsNullOrEmpty(
AkaMSClientCertificate
) ?
402
X509CertificateLoader.LoadPkcs12(Convert.FromBase64String(File.ReadAllText(
AkaMSClientCertificate
)), password: null) : null,