SharpCifs.Smb.Ace.GetSid C# (CSharp) Méthode

GetSid() public méthode

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