1 write to _key
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
271_key = new byte[key.Length];
8 references to _key
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (8)
56: this(sourceToken, id, sourceToken._key, sourceToken._keyGeneration, sourceToken._keyEffectiveTime, sourceToken._keyExpirationTime, sourceToken.AuthorizationPolicies) 87this.Initialize(from._contextId, from._key, from._tokenEffectiveTime, from._tokenExpirationTime, authorizationPolicies, from._isCookieMode, from._keyGeneration, from._keyEffectiveTime, from._keyExpirationTime); 221_keyString = Convert.ToBase64String(_key); 228byte[] retval = new byte[_key.Length]; 229Buffer.BlockCopy(_key, 0, retval, 0, _key.Length); 272Buffer.BlockCopy(key, 0, _key, 0, key.Length); 277temp.Add(new InMemorySymmetricSecurityKey(_key, false));