CmisSync.Lib.Config.RepoInfo.GetPassword C# (CSharp) Method

GetPassword() public method

Gets the password.
public GetPassword ( ) : Password
return Password
        public virtual Password GetPassword() {
            return new Password { ObfuscatedPassword = this.credentials.Password.ObfuscatedPassword };
        }