Search Results for

    Show / Hide Table of Contents

    Class Base64EncryptionKey

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

    Inheritance
    System.Object
    EncryptionKey
    Base64EncryptionKey
    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 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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0