1 write to _nonce
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
175_nonce = nonce ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(nonce));
3 references to _nonce
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (3)
85get { return _nonce; } 113return SecurityUtils.CloneBuffer(_nonce); 201(_label != null ? Encoding.UTF8.GetBytes(_label) : s_DefaultLabel), _nonce, Length * 8,