Show / Hide Table of Contents

Struct SrtpParameters

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public struct SrtpParameters

Fields

| Improve this Doc View Source

SRTP_AES128_CM_HMAC_SHA1_32

Declaration
public static readonly SrtpParameters SRTP_AES128_CM_HMAC_SHA1_32
Field Value
Type Description
SrtpParameters
| Improve this Doc View Source

SRTP_AES128_CM_HMAC_SHA1_80

Declaration
public static readonly SrtpParameters SRTP_AES128_CM_HMAC_SHA1_80
Field Value
Type Description
SrtpParameters
| Improve this Doc View Source

SRTP_NULL_HMAC_SHA1_32

Declaration
public static readonly SrtpParameters SRTP_NULL_HMAC_SHA1_32
Field Value
Type Description
SrtpParameters
| Improve this Doc View Source

SRTP_NULL_HMAC_SHA1_80

Declaration
public static readonly SrtpParameters SRTP_NULL_HMAC_SHA1_80
Field Value
Type Description
SrtpParameters

Methods

| Improve this Doc View Source

GetCipherKeyLength()

Declaration
public int GetCipherKeyLength()
Returns
Type Description
System.Int32
| Improve this Doc View Source

GetCipherSaltLength()

Declaration
public int GetCipherSaltLength()
Returns
Type Description
System.Int32
| Improve this Doc View Source

GetProfile()

Declaration
public int GetProfile()
Returns
Type Description
System.Int32
| Improve this Doc View Source

GetSrtcpPolicy()

Declaration
public SrtpPolicy GetSrtcpPolicy()
Returns
Type Description
SrtpPolicy
| Improve this Doc View Source

GetSrtpParametersForProfile(Int32)

Declaration
public static SrtpParameters GetSrtpParametersForProfile(int profileValue)
Parameters
Type Name Description
System.Int32 profileValue
Returns
Type Description
SrtpParameters
| Improve this Doc View Source

GetSrtpPolicy()

Declaration
public SrtpPolicy GetSrtpPolicy()
Returns
Type Description
SrtpPolicy

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX