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