<PackageReference Include="Relativity.Transfer.Client" Version="7.3.5" />

AsperaCredential

public const string AsperaAccountNameKey = "accountName"

public const string AsperaAccountPasswordKey = "accountPassword"

public const string AsperaTransferCredentialType = "Aspera"

public const string AsperaUrlKey = "url"

public const int ManualCredentialArtifactId = 1

public IReadOnlyList<byte> AccountPassword { get; }

public IReadOnlyList<byte> AccountUserName { get; }

public int ArtifactId { get; set; }

public string CredentialType { get; set; }

public Uri Host { get; set; }

public string Name { get; }

public AsperaCredential(Uri host, string accountUserName, string accountPassword, string credentialType)

public AsperaCredential(Uri host, string accountUserName, string accountPassword, string credentialType, int artifactId)

public AsperaCredential(Credential credential)

public static void Validate(Credential credential)

public static void Validate(string url, string accountUserName, string accountPasssword, string credentialType)

public void ChangeAccountPassword(string value)

public void ChangeAccountUserName(string value)

public bool Equals(AsperaCredential other)

public bool Equals(Credential other)