2 references to LocalIdKeyIdentifierClause
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityToken.cs (1)
25return new LocalIdKeyIdentifierClause(this.Id, this.GetType()) as T;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
491return new LocalIdKeyIdentifierClause(id, tokenType);