SHA1Managed Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The SHA1Managed type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone CanReuseTransform Gets a value indicating whether the current transform can be reused. (Inherited from HashAlgorithm.)
Public propertySupported by Silverlight for Windows Phone CanTransformMultipleBlocks When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed. (Inherited from HashAlgorithm.)
Public propertySupported by Silverlight for Windows Phone Hash Gets the value of the computed hash code. (Inherited from HashAlgorithm.)
Public propertySupported by Silverlight for Windows Phone HashSize Gets the size, in bits, of the computed hash code. (Inherited from HashAlgorithm.)
Public propertySupported by Silverlight for Windows Phone InputBlockSize When overridden in a derived class, gets the input block size. (Inherited from HashAlgorithm.)
Public propertySupported by Silverlight for Windows Phone OutputBlockSize When overridden in a derived class, gets the output block size. (Inherited from HashAlgorithm.)

Top