SdpEncryptionKey Members

Include Protected Members
Include Inherited Members

Represents a "k" line from the SDP.

The SdpEncryptionKey type exposes the following members.

Constructors

  Name Description
Public method SdpEncryptionKey() Initializes an instance of the SdpEncryptionKey class.
Public method SdpEncryptionKey(SdpEncryptionKey) Initializes a copy of an encryption key.

Top

Properties

  Name Description
Public property IsSet Gets true if the encryption key is assigned a value.
Public property Key Gets or sets the encryption key. If the Method property indicates "prompt," then this property is not used. If the method is base64, the value should be base64-encoded. If the method is URI, the value should be a URI. The format is not checked by the parser.
Public property Method Gets or sets the Encryption method.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method Reset Sets default values for the Encryption method.
Public method ToString Returns the string representation of the EncryptionKey in form of "method:key" (Overrides Object.ToString().)

Top

See Also

Reference

SdpEncryptionKey Class

Microsoft.Rtc.Signaling Namespace