CryptoAPITransform.InputBlockSize Egenskap

Definition

Hämtar indatablockets storlek.

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

Egenskapsvärde

Indatablockets storlek i byte.

Implementeringar

Exempel

I följande kodexempel visas hur du anropar InputBlockSize egenskapen för att hämta indatablockets storlek. Det här kodexemplet är en del av ett större exempel för CryptoAPITransform klassen.

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

Gäller för

Se även