3 writes to nonceCache
System.ServiceModel (3)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (3)
45
this.
nonceCache
= other.nonceCache;
134
this.
nonceCache
= value;
361
this.
nonceCache
= null;
2 references to nonceCache
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
45
this.nonceCache = other.
nonceCache
;
130
return this.
nonceCache
;