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