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