Class DWWebClientLoginUrlEncrypted
Represents a web client login integration with encrypted parameters.
Inherited Members
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
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. |