1 write to serverCertificate
System.ServiceModel (1)
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
90
this.
serverCertificate
= serverCertificate;
4 references to serverCertificate
System.ServiceModel (4)
System\ServiceModel\Security\TlsSspiNegotiation.cs (4)
252
return this.
serverCertificate
;
571
if (this.
serverCertificate
== null)
576
ValidatePrivateKey(this.
serverCertificate
);
605
SecureCredential secureCredential = new SecureCredential(SecureCredential.CurrentVersion, this.
serverCertificate
, SecureCredential.Flags.Zero, this.protocolFlags);