1 write to nonce
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
235
this.
nonce
= nonce;
3 references to nonce
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (3)
125
get { return this.
nonce
; }
163
return SecurityUtils.CloneBuffer(this.
nonce
);
261
(this.label != null ? Encoding.UTF8.GetBytes(this.label) : DefaultLabel), this.
nonce
, this.length * 8,