3 overrides of Algorithm
System.IdentityModel (3)
System\IdentityModel\EnvelopedSignatureTransform.cs (1)
18public override string Algorithm
System\IdentityModel\ExclusiveCanonicalizationTransform.cs (1)
41public override string Algorithm
System\IdentityModel\StrTransform.cs (1)
28public override string Algorithm
1 reference to Algorithm
System.IdentityModel (1)
System\IdentityModel\SignedXml.cs (1)
1137return this.TransformChain.TransformCount == 1 && this.TransformChain[0].Algorithm == SecurityAlgorithms.StrTransform;