1 write to TargetUri
System.ServiceModel (1)
System\ServiceModel\Configuration\X509ScopedServiceCertificateElement.cs (1)
78
this.
TargetUri
= from.TargetUri;
3 references to TargetUri
System.ServiceModel (3)
System\ServiceModel\Configuration\X509ScopedServiceCertificateElement.cs (2)
78
this.TargetUri = from.
TargetUri
;
98
creds.SetScopedCertificate(this.StoreLocation, this.StoreName, this.X509FindType, this.FindValue, this.
TargetUri
);
System\ServiceModel\Configuration\X509ScopedServiceCertificateElementCollection.cs (1)
23
return scopedCertificateElement.
TargetUri
;