4 implementations of CanReuseTransform
System.Security.Cryptography (4)
System\Security\Cryptography\Base64Transforms.cs (2)
27public virtual bool CanReuseTransform => true; 140public virtual bool CanReuseTransform => true;
System\Security\Cryptography\HashAlgorithm.cs (1)
193public virtual bool CanReuseTransform => true;
System\Security\Cryptography\UniversalCryptoTransform.cs (1)
38public bool CanReuseTransform