6 references to
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenResolver.cs (2)
141if (TryResolveSecurityKey(keyIdentifier[i], out unwrappingSecurityKey)) 164SecurityToken securityToken = ResolveSecurityToken(keyIdentifier[i]);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (4)
48if (this[i].CanCreateKey) 84if (this[i].CanCreateKey) 86return this[i].CreateKey(); 122writer.WriteLine(" Clause[{0}] = {1}{2}", i, this[i], i < this.Count - 1 ? "," : "");