Condividi tramite


SetCHAPSharedSecret_IN struttura (iscsiop.h)

La struttura SetCHAPSharedSecret_IN contiene i dati di input per il metodo SetCHAPSharedSecret .

Sintassi

typedef struct _SetCHAPSharedSecret_IN {
  ULONG SharedSecretSize;
  UCHAR SharedSecret[1];
} SetCHAPSharedSecret_IN, *PSetCHAPSharedSecret_IN;

Members

SharedSecretSize

Dimensioni, in byte, del segreto condiviso.

SharedSecret[1]

Matrice a lunghezza variabile che contiene il segreto condiviso.

Commenti

È necessario implementare questo metodo.

Requisiti

Requisito Valore
Intestazione iscsiop.h (includere Iscsiop.h)

Vedi anche

SetCHAPSharedSecret

SetCHAPSharedSecret_OUT