Search Results for

    Show / Hide Table of Contents

    Class ClearEncryptionKey

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

    Inheritance
    System.Object
    EncryptionKey
    ClearEncryptionKey
    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 ClearEncryptionKey : EncryptionKey

    Constructors

    ClearEncryptionKey(String)

    Initializes a new instance of the ClearEncryptionKey class.

    Declaration
    public ClearEncryptionKey(string encryptionKey)
    Parameters
    Type Name Description
    System.String encryptionKey

    The untransformed encryption key.

    Properties

    EncryptionKey

    Gets or sets the untransformed encryption key.

    Declaration
    public string EncryptionKey { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0