1 write to length
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
236
this.
length
= length;
6 references to length
System.ServiceModel (6)
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (6)
120
get { return this.
length
; }
245
InitializeDerivedKey(this.
length
);
255
if (this.
length
> maxKeyLength)
257
throw 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
));