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)
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
|
Improve this Doc
View Source
SRTP_AES128_CM_HMAC_SHA1_80
Declaration
public static readonly SrtpParameters SRTP_AES128_CM_HMAC_SHA1_80
Field Value
|
Improve this Doc
View Source
SRTP_NULL_HMAC_SHA1_32
Declaration
public static readonly SrtpParameters SRTP_NULL_HMAC_SHA1_32
Field Value
|
Improve this Doc
View Source
SRTP_NULL_HMAC_SHA1_80
Declaration
public static readonly SrtpParameters SRTP_NULL_HMAC_SHA1_80
Field Value
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
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
GetSrtcpPolicy()
Declaration
public SrtpPolicy GetSrtcpPolicy()
Returns
|
Improve this Doc
View Source
GetSrtpParametersForProfile(Int32)
Declaration
public static SrtpParameters GetSrtpParametersForProfile(int profileValue)
Parameters
Type |
Name |
Description |
System.Int32 |
profileValue |
|
Returns
|
Improve this Doc
View Source
GetSrtpPolicy()
Declaration
public SrtpPolicy GetSrtpPolicy()
Returns
Extension Methods