the hashing algorythm that was used to derive they TransformKey
Namespace: NMLEAssembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
protected HashAlgorithm UnderlyingHashTransform { get; private set; }
protected HashAlgorithm UnderlyingHashTransform { get; private set; }
Protected Property UnderlyingHashTransform As HashAlgorithm
Get
Private Set
Protected Property UnderlyingHashTransform As HashAlgorithm
Get
Private Set
protected:
property HashAlgorithm^ UnderlyingHashTransform {
HashAlgorithm^ get ();
private: void set (HashAlgorithm^ value);
}
protected:
property HashAlgorithm^ UnderlyingHashTransform {
HashAlgorithm^ get ();
private: void set (HashAlgorithm^ value);
}
Property Value
Type:
HashAlgorithm