SharpCifs.Smb.Ace.GetSid C# (CSharp) Method

GetSid() public method

Return the SID associated with this ACE.
Return the SID associated with this ACE.
public GetSid ( ) : Sid
return Sid
		public virtual Sid GetSid()
		{
			return Sid;
		}