Search Results for

    Show / Hide Table of Contents

    Class EncryptionKey

    An SDP encryption key element.

    Inheritance
    System.Object
    EncryptionKey
    Base64EncryptionKey
    ClearEncryptionKey
    PromptEncryptionKey
    UriEncryptionKey
    Namespace: FM.LiveSwitch.Sdp
    Assembly: FM.LiveSwitch.dll
    Syntax
    public abstract class EncryptionKey : object

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