struktur SEC_PRESHAREDKEY (sspi.h)
Berisi kunci yang dibagikan sebelumnya (PSK).
Sintaks
typedef struct _SEC_PRESHAREDKEY {
unsigned short KeySize;
unsigned char Key[ANYSIZE_ARRAY];
} SEC_PRESHAREDKEY, *PSEC_PRESHAREDKEY;
Anggota
KeySize
Ukuran PSK.
Key[ANYSIZE_ARRAY]
The PSK.
Persyaratan
Persyaratan | Nilai |
---|---|
Header | sspi.h |