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