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