7 references to String270
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelStringsVersion1.cs (1)
572case 270: return String270;
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (6)
453this.SecurityContextTokenType = dictionary.CreateString(IdentityModelStringsVersion1.String270, 270); 454this.SecurityContextTokenReferenceValueType = dictionary.CreateString(IdentityModelStringsVersion1.String270, 270); 482this.SecurityContextTokenType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String270); 483this.SecurityContextTokenReferenceValueType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String270); 1538public const string SecurityContextTokenType = IdentityModelStringsVersion1.String270; 1539public const string SecurityContextTokenReferenceValueType = IdentityModelStringsVersion1.String270;