binarySidToString() public static method

Convert a binary SID to a string SID.
public static binarySidToString ( string $binSid ) : string
$binSid string A Binary SID
return string
Esempio n. 1
0
 /**
  * Returns the model's SID.
  *
  * @return string
  */
 public function getSid()
 {
     return Utilities::binarySidToString($this->getFirstAttribute($this->schema->objectSid()));
 }