4 references to String6
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\IdentityModel\IdentityModelStringsVersion1.cs (1)
308
case 6: return
String6
;
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (3)
1380
this.DigestMethod = dictionary.CreateString(IdentityModelStringsVersion1.
String6
, 6);
1412
this.DigestMethod = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.
String6
);
1858
public const string DigestMethod = IdentityModelStringsVersion1.
String6
;