SvnCredentials Class

Summary

Credentials for authentication with Subversion server.
Namespace
Cake.Svn
Base Types
  • object
graph TD Base0["object"]-->Type Type["SvnCredentials"] class Type type-node

Syntax

public sealed class SvnCredentials

Properties

Name Value Summary
Password string
Passwod of the user.
Username string
Name of the user.
GitHub