HMAC 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 HMAC type exposes the following members.

Properties

  Name Description
Protected propertySupported by Silverlight for Windows Phone BlockSizeValue Gets or sets the block size to use in the hash value.
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 HashName Gets or sets the name of the hash algorithm to use for hashing.
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 Key Gets or sets the key to use in the hash algorithm. (Overrides KeyedHashAlgorithm.Key.)
Public propertySupported by Silverlight for Windows Phone OutputBlockSize When overridden in a derived class, gets the output block size. (Inherited from HashAlgorithm.)

Top