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)
85
get { return
_nonce
; }
113
return SecurityUtils.CloneBuffer(
_nonce
);
201
(_label != null ? Encoding.UTF8.GetBytes(_label) : s_DefaultLabel),
_nonce
, Length * 8,