CryptoAPITransform.OutputBlockSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得輸出區塊的大小。
public:
property int OutputBlockSize { int get(); };
public int OutputBlockSize { get; }
member this.OutputBlockSize : int
Public ReadOnly Property OutputBlockSize As Integer
屬性值
輸出區塊大小 (以位元組為單位)。
實作
範例
下列程式代碼範例示範如何呼叫 OutputBlockSize 屬性以擷取輸出區塊大小。 此程式代碼範例是針對 類別提供的較大範例的 CryptoAPITransform 一部分。
int outputBlockSize = cryptoTransform->OutputBlockSize;
int outputBlockSize = cryptoTransform.OutputBlockSize;
Dim outputBlockSize As Integer = cryptoTransform.OutputBlockSize