Class CryptoSessionParam
Defines valid SDP crypto session parameters.
Inheritance
System.Object
CryptoSessionParam
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)
System.Object.ToString()
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public static class CryptoSessionParam
Properties
UnauthenticatedSRTP
Gets the SDP crypto session parameter meaning "unauthenticated SRTP".
Declaration
public static string UnauthenticatedSRTP { get; }
Property Value
Type | Description |
---|---|
System.String |
UnencryptedSRTCP
Gets the SDP crypto session parameter meaning "unencrypted SRTCP".
Declaration
public static string UnencryptedSRTCP { get; }
Property Value
Type | Description |
---|---|
System.String |
UnencryptedSRTP
Gets the SDP crypto session parameter meaning "unencrypted SRTP".
Declaration
public static string UnencryptedSRTP { get; }
Property Value
Type | Description |
---|---|
System.String |