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