1 write to tokenToDeriveIdentifier
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\DerivedKeySecurityTokenStub.cs (1)
34
this.
tokenToDeriveIdentifier
= tokenToDeriveIdentifier;
2 references to tokenToDeriveIdentifier
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\DerivedKeySecurityTokenStub.cs (2)
62
get { return this.
tokenToDeriveIdentifier
; }
68
this.label, this.nonce, tokenToDerive, this.
tokenToDeriveIdentifier
, this.derivationAlgorithm, this.Id);