Show / Hide Table of Contents

    Class EncryptedParamsParam

    Inheritance
    System.Object
    UrlParameter
    EncodedUrlParameter
    EncryptedParamsParam
    Inherited Members
    EncodedUrlParameter.ParseEncoded(String, String)
    EncodedUrlParameter.DecodeValue(String)
    EncodedUrlParameter.EncodeFormattedValue(String)
    EncodedUrlParameter.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 EncryptedParamsParam : EncodedUrlParameter

    Constructors

    EncryptedParamsParam(Byte[])

    Declaration
    public EncryptedParamsParam(byte[] cipherdata)
    Parameters
    Type Name Description
    System.Byte[] cipherdata

    Properties

    Cipherdata

    Declaration
    public byte[] Cipherdata { get; set; }
    Property Value
    Type Description
    System.Byte[]

    Id

    Returns "ep".

    Declaration
    public static string Id { get; }
    Property Value
    Type Description
    System.String

    Methods

    FormatValue()

    Returns this.Cipherdata as string.

    Declaration
    public override string FormatValue()
    Returns
    Type Description
    System.String
    Overrides
    UrlParameter.FormatValue()

    GetId()

    Returns the static EncryptedParamsParam.Id property.

    Declaration
    public override string GetId()
    Returns
    Type Description
    System.String
    Overrides
    UrlParameter.GetId()

    ParseValue(String)

    Declaration
    public static EncryptedParamsParam ParseValue(string valueStr)
    Parameters
    Type Name Description
    System.String valueStr
    Returns
    Type Description
    EncryptedParamsParam
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top