SEC_SRTP_MASTER_KEY_IDENTIFIER structure (sspi.h)

Stores the Secure Real-Time Transport Protocol (SRTP) master key identifier.

Syntax

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

The size (in bytes) of the SRTP master key identifier.

MasterKeyIdentifier[ANYSIZE_ARRAY]

The SRTP master key identifier.

Requirements

Requirement Value
Header sspi.h