struttura SetRADIUSSharedSecret_IN (iscsiop.h)
La struttura SetRADIUSSharedSecret_IN contiene i dati di input per il metodo SetRADIUSSharedSec ret.
Sintassi
typedef struct _SetRADIUSSharedSecret_IN {
ULONG SharedSecretSize;
UCHAR SharedSecret[1];
} SetRADIUSSharedSecret_IN, *PSetRADIUSSharedSecret_IN;
Membri
SharedSecretSize
Dimensione, in byte, del segreto condiviso.
SharedSecret[1]
Segreto condiviso.
Osservazioni
È necessario implementare questo metodo.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | iscsiop.h (include Iscsiop.h) |