Condividi tramite


struttura SetRADIUSSharedSecret_IN (iscsiop.h)

La struttura SetRADIUSSharedSecret_IN contiene i dati di input per il metodo SetRADIUSSharedSecret .

Sintassi

typedef struct _SetRADIUSSharedSecret_IN {
  ULONG SharedSecretSize;
  UCHAR SharedSecret[1];
} SetRADIUSSharedSecret_IN, *PSetRADIUSSharedSecret_IN;

Members

SharedSecretSize

Dimensione, in byte, del segreto condiviso.

SharedSecret[1]

Segreto condiviso.

Commenti

È necessario implementare questo metodo.

Requisiti

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

Vedi anche

SetRADIUSSharedSecret

SetRADIUSSharedSecret_OUT