Search Results for

    Show / Hide Table of Contents

    Class UriEncryptionKey

    An SDP encryption key with a method of "uri".

    Inheritance
    System.Object
    EncryptionKey
    UriEncryptionKey
    Inherited Members
    EncryptionKey.Parse(String)
    EncryptionKey.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0