Class ClearEncryptionKey
An SDP encryption key with a method of "clear".
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class ClearEncryptionKey : EncryptionKey
Constructors
ClearEncryptionKey(String)
Initializes a new instance of the ClearEncryptionKey class.
Declaration
public ClearEncryptionKey(string encryptionKey)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | encryptionKey | The untransformed encryption key. |
Properties
EncryptionKey
Gets or sets the untransformed encryption key.
Declaration
public string EncryptionKey { get; }
Property Value
| Type | Description |
|---|---|
| System.String |