Base:
property
Algorithm
System.IdentityModel.Transform.Algorithm
3 references to Algorithm
System.IdentityModel (3)
System\IdentityModel\SignedXml.cs (3)
467get { return this.canonicalizationMethodElement.Algorithm; } 470if (value != this.canonicalizationMethodElement.Algorithm) 481if (value != null && value.Value != this.canonicalizationMethodElement.Algorithm)