Enum SrtpLabelItem
Enumeration for the valid value of the "label" specified in Sections 4.3.1 and 4.3.2 of RFC 3711. This enumeration is used by the DeriveSrtpSessionKey() function to determine what type of session item to generate.
Namespace: SipLib.RtpCrypto
Assembly: SipLib.dll
Syntax
public enum SrtpLabelItem : ulong
Fields
Name | Description |
---|---|
SrtcpAuthKey | Generate an authentication key for SRTCP. |
SrtcpSessionKey | Generate a session key for SRTCP. |
SrtcpSessionSalt | Generate a session salt for SRTCP. |
SrtpAuthKey | Generate an authentication key for SRTP. |
SrtpSessionKey | Generate a session key for SRTP. |
SrtpSessionSalt | Generate a sessiion salt for SRTP. |