1 write to Aes192Encryption
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
1097this.Aes192Encryption = dictionary.CreateString(ServiceModelStringsVersion1.String140, 140);
1 reference to Aes192Encryption
System.ServiceModel (1)
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (1)
583internal override XmlDictionaryString DefaultEncryptionAlgorithmDictionaryString { get { return XD.SecurityAlgorithmDictionary.Aes192Encryption; } }