2 writes to AlgorithmAttribute
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
1310
this.
AlgorithmAttribute
= dictionary.CreateString(IdentityModelStringsVersion1.String0, 0);
1334
this.
AlgorithmAttribute
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String0);
2 references to AlgorithmAttribute
System.IdentityModel (2)
System\IdentityModel\Tokens\XmlEncApr2001.cs (2)
62
encryptionMethod = reader.GetAttribute(XD.XmlEncryptionDictionary.
AlgorithmAttribute
, null);
112
writer.WriteAttributeString(XD.XmlEncryptionDictionary.
AlgorithmAttribute
, null, encryptedKeyClause.EncryptionMethod);