3 writes to nonceCache
System.ServiceModel (3)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (3)
41
this.
nonceCache
= other.nonceCache;
129
this.
nonceCache
= value;
296
this.
nonceCache
= null;
2 references to nonceCache
System.ServiceModel (2)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (2)
41
this.nonceCache = other.
nonceCache
;
125
return this.
nonceCache
;