Fixed ambiguous reference

pull/83/head
David Hall 2019-07-25 18:43:33 -06:00
parent 0caca64a6d
commit 9bf7846a79
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ namespace Vanara.IO
} }
/// <summary>Retrieve the identity of the job's owner.</summary> /// <summary>Retrieve the identity of the job's owner.</summary>
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()));
/// <summary>Gets the integrity level of the token of the owner that created or took ownership of the job.</summary> /// <summary>Gets the integrity level of the token of the owner that created or took ownership of the job.</summary>
/// <value>Integrity level of the token of the owner that created or took ownership of the job.</value> /// <value>Integrity level of the token of the owner that created or took ownership of the job.</value>