2 writes to Sha1Digest
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\XD.cs (2)
623this.Sha1Digest = dictionary.CreateString(IdentityModelStringsVersion1.String112, 112); 652this.Sha1Digest = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String112);
1 reference to Sha1Digest
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (1)
411writer.WriteString(XD.SecurityAlgorithmDictionary.Sha1Digest);