4 overrides of DefaultAsymmetricKeyWrapAlgorithmDictionaryString
System.ServiceModel (4)
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (4)
554
internal override XmlDictionaryString
DefaultAsymmetricKeyWrapAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap; } }
585
internal override XmlDictionaryString
DefaultAsymmetricKeyWrapAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap; } }
616
internal override XmlDictionaryString
DefaultAsymmetricKeyWrapAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap; } }
648
internal override XmlDictionaryString
DefaultAsymmetricKeyWrapAlgorithmDictionaryString
{ get { return XD.SecurityAlgorithmDictionary.RsaOaepKeyWrap; } }
1 reference to DefaultAsymmetricKeyWrapAlgorithmDictionaryString
System.ServiceModel (1)
System\ServiceModel\Security\SecurityAlgorithmSuite.cs (1)
288
keyWrapAlgorithmDictionaryString = this.
DefaultAsymmetricKeyWrapAlgorithmDictionaryString
;