Represents a "k" line from the SDP.

The following tables list the members exposed by the SdpEncryptionKey type.

Public Constructors

  Name Description
SdpEncryptionKey Overloaded. Initializes a new instance of the class.
Top

Public Properties

  Name Description
IsSet Gets whether the encryption key is assigned a value.
Key Gets or sets the encryption key.
Method Gets or sets the encryption method.
Top

Public Methods (see also Protected Methods )

  Name Description
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
Reset Sets default values for the Encryption method.
ToString Overridden. Returns a string representation of the attribute in form of "method:key".
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also