HashStreamAlgorithm Property |
Algorithm to use to calculate hash.
Namespace: Aliyun.OSS.Common.InternalAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntaxprotected IHashingWrapper Algorithm { get; set; }
Protected Property Algorithm As IHashingWrapper
Get
Set
protected:
property IHashingWrapper^ Algorithm {
IHashingWrapper^ get ();
void set (IHashingWrapper^ value);
}
member Algorithm : IHashingWrapper with get, set
Property Value
Type:
IHashingWrapper
See Also