KeyedHashAlgorithm.KeyValue Field

Definition

The key to use in the hash algorithm.

protected: cli::array <System::Byte> ^ KeyValue;
protected byte[] KeyValue;
val mutable KeyValue : byte[]
Protected KeyValue As Byte() 

Field Value

Byte[]

Remarks

This field is accessed through the Key property.

Applies to

See also