KeyedHashType Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the keyed hash algorithm type.

Namespace:  System.Security.Cryptography
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property KeyedHashType As MechanismType
public virtual MechanismType KeyedHashType { get; }
public:
virtual property MechanismType KeyedHashType {
    MechanismType get ();
}
abstract KeyedHashType : MechanismType
override KeyedHashType : MechanismType
function get KeyedHashType () : MechanismType

Property Value

Type: Microsoft.SPOT.Cryptoki. . :: . .MechanismType
The keyed hash algorithm type.

.NET Framework Security

See Also

Reference

KeyedHashAlgorithm Class

System.Security.Cryptography Namespace