共用方式為


CryptoAPITransform.InputBlockSize 屬性

定義

取得輸入區塊的大小。

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

屬性值

輸入區塊大小 (以位元組為單位)。

實作

範例

下列程式代碼範例示範如何呼叫 InputBlockSize 屬性來擷取輸入區塊大小。 此程式代碼範例是提供給 類別之較大範例的 CryptoAPITransform 一部分。

int inputBlockSize = cryptoTransform->InputBlockSize;
int inputBlockSize = cryptoTransform.InputBlockSize;
Dim inputBlockSize As Integer = cryptoTransform.InputBlockSize

適用於

另請參閱