다음을 통해 공유


SEC_SRTP_MASTER_KEY_IDENTIFIER 구조체(sspi.h)

SRTP(Secure Real-Time Transport Protocol) master 키 식별자를 저장합니다.

구문

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 master 키 식별자의 크기(바이트)입니다.

MasterKeyIdentifier[ANYSIZE_ARRAY]

SRTP master 키 식별자입니다.

요구 사항

요구 사항
헤더 sspi.h