1 write to _key
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\BinarySecretSecurityToken.cs (1)
52
_key
= new byte[key.Length];
4 references to _key
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\BinarySecretSecurityToken.cs (4)
53
Buffer.BlockCopy(key, 0,
_key
, 0, key.Length);
56
_securityKeys = SecurityUtils.CreateSymmetricSecurityKeys(
_key
);
82
get { return (
_key
.Length * 8); }
92
return SecurityUtils.CloneBuffer(
_key
);