Click or drag to resize

CryptoAttribute Class

Describes the cryptographic suite, key parameters, and session parameters for the preceding unicast media line. a=crypto:tag crypto-suite key-params [session-params]
Inheritance Hierarchy
SystemObject
  Ozeki.MediaSDPField
    Ozeki.MediaSDPAttribute
      Ozeki.MediaCryptoAttribute

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class CryptoAttribute : SDPAttribute

The CryptoAttribute type exposes the following members.

Constructors
 NameDescription
Public methodCryptoAttributeInitializes a new instance of the CryptoAttribute class
Public methodCryptoAttribute(UInt32, String, String, String)Initializes a new instance of the CryptoAttribute class
Top
Properties
 NameDescription
Public propertyCryptoSuite 
Public propertyKeyParams 
Public propertyName
(Inherited from SDPAttribute)
Public propertySessionParams 
Public propertyTag 
Public propertyType
(Inherited from SDPAttribute)
Public propertyValue
(Inherited from SDPAttribute)
Top
Methods
 NameDescription
Public methodEquals(Object)
(Inherited from SDPAttribute)
Public methodEquals(SDPAttribute)
(Inherited from SDPAttribute)
Public methodGetHashCode
(Inherited from SDPAttribute)
Public methodPrintSDPData
(Inherited from SDPAttribute)
Public methodToString
(Inherited from SDPAttribute)
Top
Remarks
RFC 4568
Example
a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:PS1uQCVeeCFCanVmcjkpPywjNWhcYD0mXXtxaVBR|2^20|1:32
See Also