Search Results for

    Show / Hide Table of Contents

    Class EncryptionKey

    An SDP encryption key element.

    Inheritance
    System.Object
    EncryptionKey
    Base64EncryptionKey
    ClearEncryptionKey
    PromptEncryptionKey
    UriEncryptionKey
    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 abstract class EncryptionKey

    Methods

    Parse(String)

    Creates an EncryptionKey instance from a string.

    Declaration
    public static EncryptionKey Parse(string s)
    Parameters
    Type Name Description
    System.String s

    The string to parse.

    Returns
    Type Description
    EncryptionKey

    ToString()

    Converts this instance to a string.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.18.0