LdapTools\AttributeConverter\ConvertWindowsSid::fromLdap PHP Méthode

fromLdap() public méthode

public fromLdap ( $value )
    public function fromLdap($value)
    {
        return (new SID($value))->toString();
    }
ConvertWindowsSid