Table of Contents

Class RemoteDeploymentProvider.TokenAuthenticationRequest

Namespace
Dynamicweb.Deployment
Assembly
Dynamicweb.Core.dll
public sealed class RemoteDeploymentProvider.TokenAuthenticationRequest
Inheritance
RemoteDeploymentProvider.TokenAuthenticationRequest
Inherited Members

Properties

Password

public string Password { get; set; }

Property Value

string

UserName

public string UserName { get; set; }

Property Value

string
To top