2 references to SecurityKeys
System.ServiceModel (2)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (2)
168return (CryptoHelper.IsEqual(cachedToken.Nonce, nonce) && (cachedToken.SecurityKeys != null)); 187token.InitializeDerivedKey(cachedToken.SecurityKeys);