Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |