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

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

The CryptoAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCryptoAttribute
Initializes a new instance of the CryptoAttribute class
Public methodCryptoAttribute(UInt32, String, String, String)
Initializes a new instance of the CryptoAttribute class
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
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
Remarks
RFC 4568
Examples
a=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:PS1uQCVeeCFCanVmcjkpPywjNWhcYD0mXXtxaVBR|2^20|1:32
See Also