Class EncryptionKey
An SDP encryption key element.
Inheritance
System.Object
EncryptionKey
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public abstract class EncryptionKey : object
Methods
Parse(String)
Creates an EncryptionKey instance from a string.
Declaration
public static EncryptionKey Parse(string s)
Parameters
Type | Name | Description |
---|---|---|
System.String | s | The string to parse. |
Returns
Type | Description |
---|---|
EncryptionKey |
ToString()
Converts this instance to a string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |