Condividi tramite


struttura SetCHAPSharedSecret_IN (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;

Membri

SharedSecretSize

Dimensione, in byte, del segreto condiviso.

SharedSecret[1]

Matrice a lunghezza variabile che contiene il segreto condiviso.

Osservazioni

È necessario implementare questo metodo.

Fabbisogno

Requisito Valore
intestazione iscsiop.h (include Iscsiop.h)

Vedere anche

SetCHAPSharedSecret

SetCHAPSharedSecret_OUT