CryptoAPITransform.InputBlockSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la taille du bloc d'entrée.
public:
property int InputBlockSize { int get(); };
public int InputBlockSize { get; }
member this.InputBlockSize : int
Public ReadOnly Property InputBlockSize As Integer
Valeur de propriété
Taille du bloc d'entrée en octets.
Implémente
Exemples
L’exemple de code suivant montre comment appeler la InputBlockSize propriété pour récupérer la taille du bloc d’entrée. Cet exemple de code fait partie d’un exemple plus grand fourni pour la CryptoAPITransform classe .
int inputBlockSize = cryptoTransform->InputBlockSize;
int inputBlockSize = cryptoTransform.InputBlockSize;
Dim inputBlockSize As Integer = cryptoTransform.InputBlockSize
S’applique à
Voir aussi
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.