SharpCifs.Smb.Ace.GetSid C# (CSharp) 메소드

GetSid() 공개 메소드

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