Class UriEncryptionKey
An SDP encryption key with a method of "uri".
Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class UriEncryptionKey : EncryptionKey
  Constructors
UriEncryptionKey(Uri)
Initializes a new instance of the UriEncryptionKey class.
Declaration
public UriEncryptionKey(Uri uri)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Uri | uri | The URI referring to the data containing the key.  | 
      
Properties
Uri
Gets or sets the URI referring to the data containing the key.
Declaration
public Uri Uri { get; }
  Property Value
| Type | Description | 
|---|---|
| Uri |