struttura SEC_SRTP_MASTER_KEY_IDENTIFIER (sspi.h)
Archivia l'identificatore della chiave master del protocollo SRTP (Secure Real-Time Transport Protocol).
Sintassi
typedef struct _SEC_SRTP_MASTER_KEY_IDENTIFIER {
unsigned char MasterKeyIdentifierSize;
unsigned char MasterKeyIdentifier[ANYSIZE_ARRAY];
} SEC_SRTP_MASTER_KEY_IDENTIFIER, *PSEC_SRTP_MASTER_KEY_IDENTIFIER;
Members
MasterKeyIdentifierSize
Dimensioni (in byte) dell'identificatore della chiave master SRTP.
MasterKeyIdentifier[ANYSIZE_ARRAY]
Identificatore della chiave master SRTP.
Requisiti
Requisito | Valore |
---|---|
Intestazione | sspi.h |