diff --git a/System/BITS/BackgroundCopyJob.cs b/System/BITS/BackgroundCopyJob.cs index e24aadef..4bd9f934 100644 --- a/System/BITS/BackgroundCopyJob.cs +++ b/System/BITS/BackgroundCopyJob.cs @@ -380,7 +380,7 @@ namespace Vanara.IO } /// Retrieve the identity of the job's owner. - public System.Security.Principal.SecurityIdentifier Owner => RunAction(() => new System.Security.Principal.SecurityIdentifier(m_ijob.GetOwner())); + public System.Security.Principal.SecurityIdentifier Owner => RunAction(() => new System.Security.Principal.SecurityIdentifier((string)m_ijob.GetOwner())); /// Gets the integrity level of the token of the owner that created or took ownership of the job. /// Integrity level of the token of the owner that created or took ownership of the job.