SEC_SRTP_MASTER_KEY_IDENTIFIER 構造体 (sspi.h)
Secure Real-Time Transport Protocol (SRTP) マスター キー識別子を格納します。
構文
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;
メンバー
MasterKeyIdentifierSize
SRTP マスター キー識別子のサイズ (バイト単位)。
MasterKeyIdentifier[ANYSIZE_ARRAY]
SRTP マスター キー識別子。
要件
要件 | 値 |
---|---|
Header | sspi.h |