2 writes to _algorithm
System.IdentityModel (2)
System\IdentityModel\EncryptionMethodElement.cs (2)
18set { _algorithm = value; } 40_algorithm = reader.GetAttribute( XmlEncryptionConstants.Attributes.Algorithm, null );
2 references to _algorithm
System.IdentityModel (2)
System\IdentityModel\EncryptionMethodElement.cs (2)
17get { return _algorithm; } 67writer.WriteAttributeString( XmlEncryptionConstants.Attributes.Algorithm, null, _algorithm );