Show / Hide Table of Contents

    Class DWWebClientLoginUrlEncrypted

    Represents a web client login integration with encrypted parameters.

    Inheritance
    System.Object
    DWWebUrl
    DWWebClientLoginUrlEncrypted
    Inherited Members
    DWWebUrl.parameters
    DWWebUrl.Page
    DWWebUrl.HttpAddress
    DWWebUrl.BaseUrl
    DWWebUrl.Info
    DWWebUrl.Parameters
    System.Object.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: DocuWare.WebIntegration
    Assembly: DocuWare.WebIntegration.dll
    Syntax
    public class DWWebClientLoginUrlEncrypted : DWWebUrl

    Constructors

    DWWebClientLoginUrlEncrypted(DWWebLoginInfo, DWWebUrlLoginParameters, String)

    Initializes a new instance of the DWWebClientLoginUrlEncrypted class.

    Declaration
    public DWWebClientLoginUrlEncrypted(DWWebLoginInfo integrationInfo, DWWebUrlLoginParameters param, string passphrase)
    Parameters
    Type Name Description
    DWWebLoginInfo integrationInfo

    The integration info.

    DWWebUrlLoginParameters param

    The integration parameters.

    System.String passphrase

    The pass phrase used for the encryption.

    Properties

    Url

    Creates a url with encrypted parameters according to the values of the current instance.

    Declaration
    public override string Url { get; }
    Property Value
    Type Description
    System.String
    Overrides
    DWWebUrl.Url

    Methods

    DecryptAndParse(String, String)

    Creates a new instance of the DWWebClientLoginUrlEncrypted class and initializes it with the values specified in the given encrypted url.

    Declaration
    public static DWWebClientLoginUrlEncrypted DecryptAndParse(string encryptedUrl, string passphrase)
    Parameters
    Type Name Description
    System.String encryptedUrl

    The url to decrypt.

    System.String passphrase

    The pass phrase used for the decryption.

    Returns
    Type Description
    DWWebClientLoginUrlEncrypted

    Returs the newly created instance.

    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top