HashAlgorithm.OutputBlockSize 属性

定义

当在派生类中重写时,获取输出块的大小。

public:
 virtual property int OutputBlockSize { int get(); };
public virtual int OutputBlockSize { get; }
member this.OutputBlockSize : int
Public Overridable ReadOnly Property OutputBlockSize As Integer

属性值

Int32

输出块的大小。

实现

注解

除非重写,否则此属性将返回值1。

适用于