Enum SRtpErrorsEnum
Enumeration of SRTP error conditions
Namespace: SipLib.RtpCrypto
Assembly: SipLib.dll
Syntax
public enum SRtpErrorsEnum
Fields
Name | Description |
---|---|
AuthenticationFailed | Packet authentication failed when decrypting an input packet. |
InputPacketTooShort | The input packet was too short. |
MasterKeyNotFound | The input packet for decryption contained an MKI, but the master key for that MKI was not found in the CryptoContext |
NoAuthenticationTag | To input packet was too short to contain an authentication tag |
NoError | No errors detected. |
NoMKI | The CryptoContext specified that an MKI will be provided with each packet but the input packet did not contain an MKI. |