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

The SvnAuthentication type exposes the following members.

Methods

  Name Description
AddConsoleHandlers
Adds all default console handlers
AddSubversionFileHandlers
Adds all default subversion-configuration-based handlers
Clear
Removes all currently registered providers and caching data
ClearAuthenticationCache
Clears the in-memory authentication cache of this client
CopyAuthenticationCache
Copies the in-memory cache from the specified client to this client; merging and overwriting existing credentials
CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
MemberwiseClone Overloaded.
SetRetryLimit<(Of <(TSvnAuthenticationEventArgs>)>)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
ConsoleSslClientCertificateHandler
Console based SslClientCertificate implementation
ConsoleSslClientCertificatePasswordHandler
Console based SslClientCertificatePassword implementation
ConsoleSslServerTrustHandler
Console based SslServerTrust implementation
ConsoleUserNameHandler
Console based UserNameHandler implementation
ConsoleUserNamePasswordHandler
Console based UserNamePasswordHandler implementation
DefaultCredentials
Simple credential handler to provide a static credential
SubversionFileSslClientCertificateHandler
Subversion SslClientCertificate file backend (managed representation)
SubversionFileSslClientCertificatePasswordHandler
Subversion SslClientCertificatePassword file backend (managed representation)
SubversionFileSslServerTrustHandler
Subversion SslServerTrust file backend (managed representation)
SubversionFileUserNameHandler
Subversion UserNameHandler file backend (managed representation)
SubversionFileUserNamePasswordHandler
Subversion UserNamePasswordHandler file backend (managed representation)
SubversionWindowsSslServerTrustHandler
Subversion CryptoApi Ssl Trust handler
SubversionWindowsUserNamePasswordHandler
Subversion UserNameHandler file backend using Windows CryptoStore (managed representation)

Events

See Also