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)
87
this.Initialize(from._contextId, from.
_key
, from._tokenEffectiveTime, from._tokenExpirationTime, authorizationPolicies, from._isCookieMode, from._keyGeneration, from._keyEffectiveTime, from._keyExpirationTime);
221
_keyString = Convert.ToBase64String(
_key
);
228
byte[] retval = new byte[
_key
.Length];
229
Buffer.BlockCopy(
_key
, 0, retval, 0,
_key
.Length);
272
Buffer.BlockCopy(key, 0,
_key
, 0, key.Length);
277
temp.Add(new InMemorySymmetricSecurityKey(
_key
, false));