4 references to Certificates
dotnet-svcutil-lib (4)
CmdCredentialsProvider.cs (4)
132
if (this.
Certificates
.Count > 0)
134
cert = this.
Certificates
.Count > 1 ? SelectCertificateFromCollection(this.
Certificates
, serviceUri) : this.
Certificates
[0];