Class SDPSecurityDescription.SessionParameter
Inheritance
System.Object
SDPSecurityDescription.SessionParameter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: SIPSorcery.dll
Syntax
public class SessionParameter
Constructors
|
Improve this Doc
View Source
SessionParameter()
Declaration
public SessionParameter()
|
Improve this Doc
View Source
SessionParameter(SDPSecurityDescription.SessionParameter.SrtpSessionParams)
Declaration
public SessionParameter(SDPSecurityDescription.SessionParameter.SrtpSessionParams paramType)
Parameters
Fields
|
Improve this Doc
View Source
FEC_KEY_PREFIX
Declaration
public const string FEC_KEY_PREFIX = "FEC_KEY="
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FEC_ORDER_PREFIX
Declaration
public const string FEC_ORDER_PREFIX = "FEC_ORDER="
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
KDR_PREFIX
Declaration
public const string KDR_PREFIX = "KDR="
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WSH_PREFIX
Declaration
public const string WSH_PREFIX = "WSH="
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
FecKey
Declaration
public SDPSecurityDescription.KeyParameter FecKey { get; set; }
Property Value
|
Improve this Doc
View Source
FecOrder
Declaration
public SDPSecurityDescription.SessionParameter.FecTypes FecOrder { get; set; }
Property Value
|
Improve this Doc
View Source
Kdr
Declaration
public ulong Kdr { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
SrtpSessionParam
Declaration
public SDPSecurityDescription.SessionParameter.SrtpSessionParams SrtpSessionParam { get; set; }
Property Value
|
Improve this Doc
View Source
Wsh
Declaration
public ulong Wsh { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
Methods
|
Improve this Doc
View Source
Parse(String, SDPSecurityDescription.CryptoSuites)
Declaration
public static SDPSecurityDescription.SessionParameter Parse(string sessionParam, SDPSecurityDescription.CryptoSuites cryptoSuite = SDPSecurityDescription.CryptoSuites.AES_CM_128_HMAC_SHA1_80)
Parameters
Returns
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Extension Methods