Class UriEncryptionKey
An SDP encryption key with a method of "uri".
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: FM.LiveSwitch.Sdp
Assembly: FM.LiveSwitch.dll
Syntax
public class UriEncryptionKey : EncryptionKeyConstructors
UriEncryptionKey(Uri)
Initializes a new instance of the UriEncryptionKey class.
Declaration
public UriEncryptionKey(Uri uri)Parameters
| Type | Name | Description | 
|---|---|---|
| System.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 | 
|---|---|
| System.Uri |