KeyDerivationParameters.KdfGenericBinary 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 ou définit les paramètres utilisés par l’algorithme de dérivation de clé.
public:
property IBuffer ^ KdfGenericBinary { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer KdfGenericBinary();
void KdfGenericBinary(IBuffer value);
public IBuffer KdfGenericBinary { get; set; }
var iBuffer = keyDerivationParameters.kdfGenericBinary;
keyDerivationParameters.kdfGenericBinary = iBuffer;
Public Property KdfGenericBinary As IBuffer
Valeur de propriété
Mémoire tampon qui contient les paramètres.