3 writes to nonceCache
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
164
this.
nonceCache
= factory.nonceCache;
457
this.
nonceCache
= value;
1082
this.
nonceCache
= new InMemoryNonceCache(this.ReplayWindow + this.MaxClockSkew + this.MaxClockSkew, this.MaxCachedNonces);
3 references to nonceCache
System.ServiceModel (3)
System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
164
this.nonceCache = factory.
nonceCache
;
452
return this.
nonceCache
;
1079
if (this.
nonceCache
== null)