2 writes to Sha1Digest
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
626this.Sha1Digest = dictionary.CreateString(IdentityModelStringsVersion1.String112, 112); 655this.Sha1Digest = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String112);
1 reference to Sha1Digest
System.IdentityModel (1)
System\ServiceModel\Security\EncryptedType.cs (1)
449writer.WriteString(XD.SecurityAlgorithmDictionary.Sha1Digest);