[This is preliminary documentation and is subject to change.]

Gets the SvnAuthentication instance managing authentication on behalf of this client

Namespace:  SharpSvn
Assembly:  SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705

Syntax

C#
public SvnAuthentication Authentication { get; }
Visual Basic (Declaration)
Public ReadOnly Property Authentication As SvnAuthentication
Visual C++
public:
property SvnAuthentication^ Authentication {
	SvnAuthentication^ get ();
}

See Also