Implemented interface member:
property
CanReuseTransform
System.Security.Cryptography.ICryptoTransform.CanReuseTransform
1 override of CanReuseTransform
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\InfoCardKeyedHashAlgorithm.cs (1)
103
public override bool
CanReuseTransform
2 references to CanReuseTransform
WindowsBase (2)
Base\MS\Internal\IO\Packaging\XmlDigitalSignatureProcessor.cs (1)
195
if (((hashAlgorithm != null) && (!hashAlgorithm.
CanReuseTransform
)) ||
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (1)
494
if (!hashAlgorithm.
CanReuseTransform
)