1 write to length
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
236this.length = length;
6 references to length
System.ServiceModel (6)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (6)
120get { return this.length; } 245InitializeDerivedKey(this.length); 255if (this.length > maxKeyLength) 257throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.DerivedKeyLengthTooLong, this.length, maxKeyLength)); 261(this.label != null ? Encoding.UTF8.GetBytes(this.label) : DefaultLabel), this.nonce, this.length * 8, 262((this.offset >= 0) ? this.offset : this.generation * this.length));