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