2 writes to identityVerifier
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
109
this.
identityVerifier
= IdentityVerifier.CreateDefault();
121
this.
identityVerifier
= value;
2 references to identityVerifier
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
107
if (this.
identityVerifier
== null)
112
return this.
identityVerifier
;